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 TypeMethodDescriptionvoidHSLFSimpleShape.setLineHeadLength(LineDecoration.DecorationSize decoSize) voidHSLFSimpleShape.setLineHeadWidth(LineDecoration.DecorationSize decoSize) voidHSLFSimpleShape.setLineTailLength(LineDecoration.DecorationSize decoSize) voidHSLFSimpleShape.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 TypeMethodDescriptionvoidXSLFSimpleShape.setLineHeadLength(LineDecoration.DecorationSize style) Specifies the line end width in relation to the line width.voidXSLFSimpleShape.setLineHeadWidth(LineDecoration.DecorationSize style) specifies decoration width of the head of a line.voidXSLFSimpleShape.setLineTailLength(LineDecoration.DecorationSize style) Specifies the line end width in relation to the line width.voidXSLFSimpleShape.setLineTailWidth(LineDecoration.DecorationSize style) specifies decorations which can be added to the tail of a line.