Uses of Class
org.docx4j.wml.CTDocGrid
Packages that use CTDocGrid
-
Uses of CTDocGrid in org.docx4j.wml
Fields in org.docx4j.wml declared as CTDocGridModifier and TypeFieldDescriptionprotected CTDocGridSectPr.docGridprotected CTDocGridSectPrBase.docGridMethods in org.docx4j.wml that return CTDocGridModifier and TypeMethodDescriptionObjectFactory.createCTDocGrid()Create an instance ofCTDocGridSectPr.getDocGrid()Gets the value of the docGrid property.SectPrBase.getDocGrid()Gets the value of the docGrid property.Methods in org.docx4j.wml with parameters of type CTDocGridModifier and TypeMethodDescriptionvoidSectPr.setDocGrid(CTDocGrid value) Sets the value of the docGrid property.voidSectPrBase.setDocGrid(CTDocGrid value) Sets the value of the docGrid property.