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 CapsTypeXDDFTextRun. getCapitals()static CapsTypeCapsType. valueOf(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 voidXDDFRunProperties. setCapitals(CapsType caps)voidXDDFTextRun. setCapitals(CapsType caps)
-