Uses of Class
org.docx4j.wml.CTTblLayoutType
Packages that use CTTblLayoutType
-
Uses of CTTblLayoutType in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTblLayoutTypeModifier and TypeMethodDescriptionstatic CTTblLayoutTypeStyleUtil.apply(CTTblLayoutType source, CTTblLayoutType destination) Methods in org.docx4j.model.styles with parameters of type CTTblLayoutTypeModifier and TypeMethodDescriptionstatic CTTblLayoutTypeStyleUtil.apply(CTTblLayoutType source, CTTblLayoutType destination) static booleanStyleUtil.areEqual(CTTblLayoutType tblLayout1, CTTblLayoutType tblLayout2) static booleanStyleUtil.isEmpty(CTTblLayoutType tblLayout) -
Uses of CTTblLayoutType in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTblLayoutTypeModifier and TypeFieldDescriptionprotected CTTblLayoutTypeCTTblPrBase.tblLayoutprotected CTTblLayoutTypeCTTblPrExBase.tblLayoutMethods in org.docx4j.wml that return CTTblLayoutTypeModifier and TypeMethodDescriptionObjectFactory.createCTTblLayoutType()Create an instance ofCTTblLayoutTypeCTTblPrBase.getTblLayout()Gets the value of the tblLayout property.CTTblPrExBase.getTblLayout()Gets the value of the tblLayout property.Methods in org.docx4j.wml with parameters of type CTTblLayoutTypeModifier and TypeMethodDescriptionvoidCTTblPrBase.setTblLayout(CTTblLayoutType value) Sets the value of the tblLayout property.voidCTTblPrExBase.setTblLayout(CTTblLayoutType value) Sets the value of the tblLayout property.