Uses of Class
org.apache.poi.xddf.usermodel.LineEndType
-
Packages that use LineEndType Package Description org.apache.poi.xddf.usermodel -
-
Uses of LineEndType in org.apache.poi.xddf.usermodel
Methods in org.apache.poi.xddf.usermodel that return LineEndType Modifier and Type Method Description LineEndType
XDDFLineEndProperties. getType()
static LineEndType
LineEndType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineEndType[]
LineEndType. 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 LineEndType Modifier and Type Method Description void
XDDFLineEndProperties. setType(LineEndType type)
-