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