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