Uses of Class
org.apache.poi.sl.usermodel.LineDecoration.DecorationSize
-
Packages that use LineDecoration.DecorationSize Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of LineDecoration.DecorationSize in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return LineDecoration.DecorationSize Modifier and Type Method Description LineDecoration.DecorationSize
HSLFSimpleShape. getLineHeadLength()
LineDecoration.DecorationSize
HSLFSimpleShape. getLineHeadWidth()
LineDecoration.DecorationSize
HSLFSimpleShape. getLineTailLength()
LineDecoration.DecorationSize
HSLFSimpleShape. getLineTailWidth()
Methods in org.apache.poi.hslf.usermodel with parameters of type LineDecoration.DecorationSize Modifier and Type Method Description void
HSLFSimpleShape. setLineHeadLength(LineDecoration.DecorationSize decoSize)
void
HSLFSimpleShape. setLineHeadWidth(LineDecoration.DecorationSize decoSize)
void
HSLFSimpleShape. setLineTailLength(LineDecoration.DecorationSize decoSize)
void
HSLFSimpleShape. setLineTailWidth(LineDecoration.DecorationSize decoSize)
-
Uses of LineDecoration.DecorationSize in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return LineDecoration.DecorationSize Modifier and Type Method Description static LineDecoration.DecorationSize
LineDecoration.DecorationSize. fromNativeId(int nativeId)
static LineDecoration.DecorationSize
LineDecoration.DecorationSize. fromOoxmlId(int ooxmlId)
LineDecoration.DecorationSize
LineDecoration. getHeadLength()
LineDecoration.DecorationSize
LineDecoration. getHeadWidth()
LineDecoration.DecorationSize
LineDecoration. getTailLength()
LineDecoration.DecorationSize
LineDecoration. getTailWidth()
static LineDecoration.DecorationSize
LineDecoration.DecorationSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineDecoration.DecorationSize[]
LineDecoration.DecorationSize. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineDecoration.DecorationSize in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return LineDecoration.DecorationSize Modifier and Type Method Description LineDecoration.DecorationSize
XSLFSimpleShape. getLineHeadLength()
LineDecoration.DecorationSize
XSLFSimpleShape. getLineHeadWidth()
LineDecoration.DecorationSize
XSLFSimpleShape. getLineTailLength()
LineDecoration.DecorationSize
XSLFSimpleShape. getLineTailWidth()
Methods in org.apache.poi.xslf.usermodel with parameters of type LineDecoration.DecorationSize Modifier and Type Method Description void
XSLFSimpleShape. setLineHeadLength(LineDecoration.DecorationSize style)
Specifies the line end width in relation to the line width.void
XSLFSimpleShape. setLineHeadWidth(LineDecoration.DecorationSize style)
specifies decoration width of the head of a line.void
XSLFSimpleShape. setLineTailLength(LineDecoration.DecorationSize style)
Specifies the line end width in relation to the line width.void
XSLFSimpleShape. setLineTailWidth(LineDecoration.DecorationSize style)
specifies decorations which can be added to the tail of a line.
-