Uses of Class
org.apache.poi.sl.usermodel.LineDecoration.DecorationShape
-
Packages that use LineDecoration.DecorationShape Package Description org.apache.poi.sl.usermodel -
-
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(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.
-