Uses of Enum
org.docx4j.wml.STTblStyleOverrideType
Packages that use STTblStyleOverrideType
-
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 type with the specified name.static STTblStyleOverrideType[]STTblStyleOverrideType.values()Returns an array containing the constants of this enum type, 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.