Uses of Enum Class
org.docx4j.wml.UnderlineEnumeration
Packages that use UnderlineEnumeration
-
Uses of UnderlineEnumeration in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return UnderlineEnumerationModifier and TypeMethodDescriptionstatic UnderlineEnumerationStyleUtil.apply(UnderlineEnumeration source, UnderlineEnumeration destination) Methods in org.docx4j.model.styles with parameters of type UnderlineEnumerationModifier and TypeMethodDescriptionstatic UnderlineEnumerationStyleUtil.apply(UnderlineEnumeration source, UnderlineEnumeration destination) static booleanStyleUtil.areEqual(UnderlineEnumeration val1, UnderlineEnumeration val2) -
Uses of UnderlineEnumeration in org.docx4j.wml
Fields in org.docx4j.wml declared as UnderlineEnumerationMethods in org.docx4j.wml that return UnderlineEnumerationModifier and TypeMethodDescriptionstatic UnderlineEnumerationU.getVal()Gets the value of the val property.static UnderlineEnumerationReturns the enum constant of this class with the specified name.static UnderlineEnumeration[]UnderlineEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type UnderlineEnumerationModifier and TypeMethodDescriptionvoidU.setVal(UnderlineEnumeration value) Sets the value of the val property.