Uses of Class
org.docx4j.wml.CTTblCellMar
Packages that use CTTblCellMar
-
Uses of CTTblCellMar in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTblCellMarModifier and TypeMethodDescriptionstatic CTTblCellMarStyleUtil.apply(CTTblCellMar source, CTTblCellMar destination) Methods in org.docx4j.model.styles with parameters of type CTTblCellMarModifier and TypeMethodDescriptionstatic CTTblCellMarStyleUtil.apply(CTTblCellMar source, CTTblCellMar destination) static booleanStyleUtil.areEqual(CTTblCellMar margin1, CTTblCellMar margin2) static booleanStyleUtil.isEmpty(CTTblCellMar margin) -
Uses of CTTblCellMar in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTblCellMarModifier and TypeFieldDescriptionprotected CTTblCellMarCTTblPrBase.tblCellMarprotected CTTblCellMarCTTblPrExBase.tblCellMarMethods in org.docx4j.wml that return CTTblCellMarModifier and TypeMethodDescriptionObjectFactory.createCTTblCellMar()Create an instance ofCTTblCellMarCTTblPrBase.getTblCellMar()Gets the value of the tblCellMar property.CTTblPrExBase.getTblCellMar()Gets the value of the tblCellMar property.Methods in org.docx4j.wml with parameters of type CTTblCellMarModifier and TypeMethodDescriptionvoidCTTblPrBase.setTblCellMar(CTTblCellMar value) Sets the value of the tblCellMar property.voidCTTblPrExBase.setTblCellMar(CTTblCellMar value) Sets the value of the tblCellMar property.