Uses of Class
org.docx4j.dml.STTextCapsType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextCapsType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextCapsType Modifier and Type Field Description protected STTextCapsTypeCTTextCharacterProperties. capMethods in org.docx4j.dml that return STTextCapsType Modifier and Type Method Description static STTextCapsTypeSTTextCapsType. fromValue(java.lang.String v)STTextCapsTypeCTTextCharacterProperties. getCap()Gets the value of the cap property.static STTextCapsTypeSTTextCapsType. valueOf(java.lang.String name)Returns 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 STTextCapsType Modifier and Type Method Description voidCTTextCharacterProperties. setCap(STTextCapsType value)Sets the value of the cap property.