Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTGridlines
Packages that use CTGridlines
-
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 CTGridlinesModifier and TypeFieldDescriptionprotected CTGridlinesCTAxis.majorGridlinesprotected CTGridlinesCTAxis.minorGridlinesMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTGridlinesModifier and TypeMethodDescriptionObjectFactory.createCTGridlines()Create an instance ofCTGridlinesCTAxis.getMajorGridlines()Gets the value of the majorGridlines property.CTAxis.getMinorGridlines()Gets the value of the minorGridlines property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTGridlinesModifier and TypeMethodDescriptionvoidCTAxis.setMajorGridlines(CTGridlines value) Sets the value of the majorGridlines property.voidCTAxis.setMinorGridlines(CTGridlines value) Sets the value of the minorGridlines property.