Uses of Class
org.docx4j.dml.STTextUnderlineType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextUnderlineType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextUnderlineType Modifier and Type Field Description protected STTextUnderlineTypeCTTextCharacterProperties. uMethods in org.docx4j.dml that return STTextUnderlineType Modifier and Type Method Description static STTextUnderlineTypeSTTextUnderlineType. fromValue(java.lang.String v)STTextUnderlineTypeCTTextCharacterProperties. getU()Gets the value of the u property.static STTextUnderlineTypeSTTextUnderlineType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextUnderlineType[]STTextUnderlineType. 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 STTextUnderlineType Modifier and Type Method Description voidCTTextCharacterProperties. setU(STTextUnderlineType value)Sets the value of the u property.