Uses of Class
org.apache.poi.xddf.usermodel.LineEndLength
-
Packages that use LineEndLength Package Description org.apache.poi.xddf.usermodel -
-
Uses of LineEndLength in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return LineEndLength Modifier and Type Method Description LineEndLength
XDDFLineEndProperties. getLength()
static LineEndLength
LineEndLength. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineEndLength[]
LineEndLength. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel with parameters of type LineEndLength Modifier and Type Method Description void
XDDFLineEndProperties. setLength(LineEndLength length)
-