Uses of Enum Class
org.apache.poi.sl.usermodel.LineDecoration.DecorationSize
Packages that use LineDecoration.DecorationSize
Package
Description
-
Uses of LineDecoration.DecorationSize in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return LineDecoration.DecorationSizeModifier and TypeMethodDescriptionHSLFSimpleShape.getLineHeadLength()
HSLFSimpleShape.getLineHeadWidth()
HSLFSimpleShape.getLineTailLength()
HSLFSimpleShape.getLineTailWidth()
Methods in org.apache.poi.hslf.usermodel with parameters of type LineDecoration.DecorationSizeModifier and TypeMethodDescriptionvoid
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.DecorationSizeModifier and TypeMethodDescriptionLineDecoration.DecorationSize.fromNativeId
(int nativeId) LineDecoration.DecorationSize.fromOoxmlId
(int ooxmlId) LineDecoration.getHeadLength()
LineDecoration.getHeadWidth()
LineDecoration.getTailLength()
LineDecoration.getTailWidth()
Returns the enum constant of this class with the specified name.static LineDecoration.DecorationSize[]
LineDecoration.DecorationSize.values()
Returns an array containing the constants of this enum class, 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.DecorationSizeModifier and TypeMethodDescriptionXSLFSimpleShape.getLineHeadLength()
XSLFSimpleShape.getLineHeadWidth()
XSLFSimpleShape.getLineTailLength()
XSLFSimpleShape.getLineTailWidth()
Methods in org.apache.poi.xslf.usermodel with parameters of type LineDecoration.DecorationSizeModifier and TypeMethodDescriptionvoid
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.