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.DecorationShape
LineDecoration.DecorationShape. fromNativeId(int nativeId)
static LineDecoration.DecorationShape
LineDecoration.DecorationShape. fromOoxmlId(int ooxmlId)
LineDecoration.DecorationShape
LineDecoration. getHeadShape()
LineDecoration.DecorationShape
LineDecoration. getTailShape()
static LineDecoration.DecorationShape
LineDecoration.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.
-