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 CapsType
Returns 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 TypeMethodDescriptionvoid
XDDFRunProperties.setCapitals
(CapsType caps) void
XDDFTextRun.setCapitals
(CapsType caps)