Uses of Enum Class
org.docx4j.wml.STTblLayoutType
Packages that use STTblLayoutType
-
Uses of STTblLayoutType in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STTblLayoutTypeModifier and TypeMethodDescriptionstatic STTblLayoutTypeStyleUtil.apply(STTblLayoutType source, STTblLayoutType destination) Methods in org.docx4j.model.styles with parameters of type STTblLayoutTypeModifier and TypeMethodDescriptionstatic STTblLayoutTypeStyleUtil.apply(STTblLayoutType source, STTblLayoutType destination) static booleanStyleUtil.areEqual(STTblLayoutType val1, STTblLayoutType val2) -
Uses of STTblLayoutType in org.docx4j.wml
Fields in org.docx4j.wml declared as STTblLayoutTypeMethods in org.docx4j.wml that return STTblLayoutTypeModifier and TypeMethodDescriptionstatic STTblLayoutTypeCTTblLayoutType.getType()Gets the value of the type property.static STTblLayoutTypeReturns the enum constant of this class with the specified name.static STTblLayoutType[]STTblLayoutType.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 STTblLayoutTypeModifier and TypeMethodDescriptionvoidCTTblLayoutType.setType(STTblLayoutType value) Sets the value of the type property.