Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTText
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTText in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTText Modifier and Type Field Description protected CTTextCTAxisTitle. txprotected CTTextCTAxisUnitsLabel. txprotected CTTextCTChartTitle. txprotected CTTextCTSeries. txMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTText Modifier and Type Method Description CTTextObjectFactory. createCTText()Create an instance ofCTTextCTTextCTAxisTitle. getTx()Gets the value of the tx property.CTTextCTAxisUnitsLabel. getTx()Gets the value of the tx property.CTTextCTChartTitle. getTx()Gets the value of the tx property.CTTextCTSeries. getTx()Gets the value of the tx property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTText Modifier and Type Method Description voidCTAxisTitle. setTx(CTText value)Sets the value of the tx property.voidCTAxisUnitsLabel. setTx(CTText value)Sets the value of the tx property.voidCTChartTitle. setTx(CTText value)Sets the value of the tx property.voidCTSeries. setTx(CTText value)Sets the value of the tx property.