Uses of Class
org.docx4j.wml.CTTblOverlap
Packages that use CTTblOverlap
-
Uses of CTTblOverlap in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return CTTblOverlapModifier and TypeMethodDescriptionstatic CTTblOverlapStyleUtil.apply(CTTblOverlap source, CTTblOverlap destination) Methods in org.docx4j.model.styles with parameters of type CTTblOverlapModifier and TypeMethodDescriptionstatic CTTblOverlapStyleUtil.apply(CTTblOverlap source, CTTblOverlap destination) static booleanStyleUtil.areEqual(CTTblOverlap overlap1, CTTblOverlap overlap2) static booleanStyleUtil.isEmpty(CTTblOverlap overlap) -
Uses of CTTblOverlap in org.docx4j.wml
Fields in org.docx4j.wml declared as CTTblOverlapMethods in org.docx4j.wml that return CTTblOverlapModifier and TypeMethodDescriptionObjectFactory.createCTTblOverlap()Create an instance ofCTTblOverlapCTTblPrBase.getTblOverlap()Gets the value of the tblOverlap property.Methods in org.docx4j.wml with parameters of type CTTblOverlapModifier and TypeMethodDescriptionvoidCTTblPrBase.setTblOverlap(CTTblOverlap value) Sets the value of the tblOverlap property.