Uses of Enum Class
org.apache.poi.xddf.usermodel.text.CapsType
Packages that use CapsType
-
Uses of CapsType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return CapsTypeModifier and TypeMethodDescriptionXDDFTextRun.getCapitals()static CapsTypeReturns the enum constant of this class with the specified name.static CapsType[]CapsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type CapsTypeModifier and TypeMethodDescriptionvoidXDDFRunProperties.setCapitals(CapsType caps) voidXDDFTextRun.setCapitals(CapsType caps)