Uses of Class
org.docx4j.wml.CTDocGrid
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTDocGrid in org.docx4j.wml
Fields in org.docx4j.wml declared as CTDocGrid Modifier and Type Field Description protected CTDocGridSectPr. docGridprotected CTDocGridSectPrBase. docGridMethods in org.docx4j.wml that return CTDocGrid Modifier and Type Method Description CTDocGridObjectFactory. createCTDocGrid()Create an instance ofCTDocGridCTDocGridSectPr. getDocGrid()Gets the value of the docGrid property.CTDocGridSectPrBase. getDocGrid()Gets the value of the docGrid property.Methods in org.docx4j.wml with parameters of type CTDocGrid Modifier and Type Method Description voidSectPr. setDocGrid(CTDocGrid value)Sets the value of the docGrid property.voidSectPrBase. setDocGrid(CTDocGrid value)Sets the value of the docGrid property.