Uses of Enum Class
org.docx4j.wml.STTblStyleOverrideType
Packages that use STTblStyleOverrideType
-
Uses of STTblStyleOverrideType in org.docx4j.model.styles
Methods in org.docx4j.model.styles with parameters of type STTblStyleOverrideTypeModifier and TypeMethodDescriptionstatic booleanStyleUtil.areEqual(STTblStyleOverrideType val1, STTblStyleOverrideType val2) -
Uses of STTblStyleOverrideType in org.docx4j.wml
Fields in org.docx4j.wml declared as STTblStyleOverrideTypeMethods in org.docx4j.wml that return STTblStyleOverrideTypeModifier and TypeMethodDescriptionstatic STTblStyleOverrideTypeCTTblStylePr.getType()Gets the value of the type property.static STTblStyleOverrideTypeReturns the enum constant of this class with the specified name.static STTblStyleOverrideType[]STTblStyleOverrideType.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 STTblStyleOverrideTypeModifier and TypeMethodDescriptionvoidCTTblStylePr.setType(STTblStyleOverrideType value) Sets the value of the type property.