Uses of Enum Class
org.apache.poi.sl.usermodel.LineDecoration.DecorationShape
Packages that use LineDecoration.DecorationShape
Package
Description
-
Uses of LineDecoration.DecorationShape in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return LineDecoration.DecorationShapeModifier and TypeMethodDescriptionHSLFSimpleShape.getLineHeadDecoration()
HSLFSimpleShape.getLineTailDecoration()
Methods in org.apache.poi.hslf.usermodel with parameters of type LineDecoration.DecorationShapeModifier and TypeMethodDescriptionvoid
HSLFSimpleShape.setLineHeadDecoration
(LineDecoration.DecorationShape decoShape) void
HSLFSimpleShape.setLineTailDecoration
(LineDecoration.DecorationShape decoShape) -
Uses of LineDecoration.DecorationShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return LineDecoration.DecorationShapeModifier and TypeMethodDescriptionLineDecoration.DecorationShape.fromNativeId
(int nativeId) LineDecoration.DecorationShape.fromOoxmlId
(int ooxmlId) LineDecoration.getHeadShape()
LineDecoration.getTailShape()
Returns the enum constant of this class with the specified name.static LineDecoration.DecorationShape[]
LineDecoration.DecorationShape.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LineDecoration.DecorationShape in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return LineDecoration.DecorationShapeModifier and TypeMethodDescriptionXSLFSimpleShape.getLineHeadDecoration()
XSLFSimpleShape.getLineTailDecoration()
Methods in org.apache.poi.xslf.usermodel with parameters of type LineDecoration.DecorationShapeModifier and TypeMethodDescriptionvoid
XSLFSimpleShape.setLineHeadDecoration
(LineDecoration.DecorationShape style) Specifies the line end decoration, such as a triangle or arrowhead.void
XSLFSimpleShape.setLineTailDecoration
(LineDecoration.DecorationShape style) Specifies the line end decoration, such as a triangle or arrowhead.