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