Uses of Class
org.docx4j.dml.chart.CTLblOffset
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTLblOffset in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTLblOffset Modifier and Type Field Description protected CTLblOffsetCTCatAx. lblOffsetprotected CTLblOffsetCTDateAx. lblOffsetMethods in org.docx4j.dml.chart that return CTLblOffset Modifier and Type Method Description CTLblOffsetObjectFactory. createCTLblOffset()Create an instance ofCTLblOffsetCTLblOffsetCTCatAx. getLblOffset()Gets the value of the lblOffset property.CTLblOffsetCTDateAx. getLblOffset()Gets the value of the lblOffset property.Methods in org.docx4j.dml.chart with parameters of type CTLblOffset Modifier and Type Method Description voidCTCatAx. setLblOffset(CTLblOffset value)Sets the value of the lblOffset property.voidCTDateAx. setLblOffset(CTLblOffset value)Sets the value of the lblOffset property.