Uses of Class
org.apache.poi.xddf.usermodel.text.XDDFSpacing.Kind
-
Packages that use XDDFSpacing.Kind Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of XDDFSpacing.Kind in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return XDDFSpacing.Kind Modifier and Type Method Description abstract XDDFSpacing.Kind
XDDFSpacing. getType()
XDDFSpacing.Kind
XDDFSpacingPercent. getType()
XDDFSpacing.Kind
XDDFSpacingPoints. getType()
static XDDFSpacing.Kind
XDDFSpacing.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XDDFSpacing.Kind[]
XDDFSpacing.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-