Uses of Enum
org.docx4j.dml.STTextCapsType
Packages that use STTextCapsType
-
Uses of STTextCapsType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextCapsTypeMethods in org.docx4j.dml that return STTextCapsTypeModifier and TypeMethodDescriptionstatic STTextCapsTypeCTTextCharacterProperties.getCap()Gets the value of the cap property.static STTextCapsTypeReturns the enum constant of this type with the specified name.static STTextCapsType[]STTextCapsType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTextCapsTypeModifier and TypeMethodDescriptionvoidCTTextCharacterProperties.setCap(STTextCapsType value) Sets the value of the cap property.