Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGridlines
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTGridlines in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTGridlines Modifier and Type Field Description protected CTGridlinesCTAxis. majorGridlinesprotected CTGridlinesCTAxis. minorGridlinesMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTGridlines Modifier and Type Method Description CTGridlinesObjectFactory. createCTGridlines()Create an instance ofCTGridlinesCTGridlinesCTAxis. getMajorGridlines()Gets the value of the majorGridlines property.CTGridlinesCTAxis. getMinorGridlines()Gets the value of the minorGridlines property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTGridlines Modifier and Type Method Description voidCTAxis. setMajorGridlines(CTGridlines value)Sets the value of the majorGridlines property.voidCTAxis. setMinorGridlines(CTGridlines value)Sets the value of the minorGridlines property.