Uses of Class
org.docx4j.dml.chart.CTLblOffset
Packages that use CTLblOffset
-
Uses of CTLblOffset in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTLblOffsetModifier and TypeFieldDescriptionprotected CTLblOffsetCTCatAx.lblOffsetprotected CTLblOffsetCTDateAx.lblOffsetMethods in org.docx4j.dml.chart that return CTLblOffsetModifier and TypeMethodDescriptionObjectFactory.createCTLblOffset()Create an instance ofCTLblOffsetCTCatAx.getLblOffset()Gets the value of the lblOffset property.CTDateAx.getLblOffset()Gets the value of the lblOffset property.Methods in org.docx4j.dml.chart with parameters of type CTLblOffsetModifier and TypeMethodDescriptionvoidCTCatAx.setLblOffset(CTLblOffset value) Sets the value of the lblOffset property.voidCTDateAx.setLblOffset(CTLblOffset value) Sets the value of the lblOffset property.