Uses of Class
org.apache.poi.sl.usermodel.LineDecoration.DecorationShape
-
Packages that use LineDecoration.DecorationShape Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of LineDecoration.DecorationShape in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return LineDecoration.DecorationShape Modifier and Type Method Description LineDecoration.DecorationShapeHSLFSimpleShape. getLineHeadDecoration()LineDecoration.DecorationShapeHSLFSimpleShape. getLineTailDecoration()Methods in org.apache.poi.hslf.usermodel with parameters of type LineDecoration.DecorationShape Modifier and Type Method Description voidHSLFSimpleShape. setLineHeadDecoration(LineDecoration.DecorationShape decoShape)voidHSLFSimpleShape. setLineTailDecoration(LineDecoration.DecorationShape decoShape) -
Uses of LineDecoration.DecorationShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return LineDecoration.DecorationShape Modifier and Type Method Description static LineDecoration.DecorationShapeLineDecoration.DecorationShape. fromNativeId(int nativeId)static LineDecoration.DecorationShapeLineDecoration.DecorationShape. fromOoxmlId(int ooxmlId)LineDecoration.DecorationShapeLineDecoration. getHeadShape()LineDecoration.DecorationShapeLineDecoration. getTailShape()static LineDecoration.DecorationShapeLineDecoration.DecorationShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LineDecoration.DecorationShape[]LineDecoration.DecorationShape. values()Returns an array containing the constants of this enum type, 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.DecorationShape Modifier and Type Method Description LineDecoration.DecorationShapeXSLFSimpleShape. getLineHeadDecoration()LineDecoration.DecorationShapeXSLFSimpleShape. getLineTailDecoration()Methods in org.apache.poi.xslf.usermodel with parameters of type LineDecoration.DecorationShape Modifier and Type Method Description voidXSLFSimpleShape. setLineHeadDecoration(LineDecoration.DecorationShape style)Specifies the line end decoration, such as a triangle or arrowhead.voidXSLFSimpleShape. setLineTailDecoration(LineDecoration.DecorationShape style)Specifies the line end decoration, such as a triangle or arrowhead.
-