Uses of Enum
org.docx4j.dml.STTextUnderlineType
Packages that use STTextUnderlineType
-
Uses of STTextUnderlineType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextUnderlineTypeMethods in org.docx4j.dml that return STTextUnderlineTypeModifier and TypeMethodDescriptionstatic STTextUnderlineTypeCTTextCharacterProperties.getU()Gets the value of the u property.static STTextUnderlineTypeReturns 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 STTextUnderlineTypeModifier and TypeMethodDescriptionvoidCTTextCharacterProperties.setU(STTextUnderlineType value) Sets the value of the u property.