Uses of Class
org.docx4j.dml.chart.CTTx
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.dml.chart |
-
Uses of CTTx in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTTx Modifier and Type Field Description protected CTTxCTFilteredSeriesTitle. txMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTTx Modifier and Type Method Description CTTxCTFilteredSeriesTitle. getTx()Gets the value of the tx property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return types with arguments of type CTTx Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTTx>ObjectFactory. createTx(CTTx value) -
Uses of CTTx in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTx Modifier and Type Field Description protected CTTxCTDispUnitsLbl. txprotected CTTxCTDLbl. txprotected CTTxCTTitle. txprotected CTTxCTTrendlineLbl. txMethods in org.docx4j.dml.chart that return CTTx Modifier and Type Method Description CTTxObjectFactory. createCTTx()Create an instance ofCTTxCTTxCTDispUnitsLbl. getTx()Gets the value of the tx property.CTTxCTDLbl. getTx()Gets the value of the tx property.CTTxCTTitle. getTx()Gets the value of the tx property.CTTxCTTrendlineLbl. getTx()Gets the value of the tx property.Methods in org.docx4j.dml.chart with parameters of type CTTx Modifier and Type Method Description voidCTDispUnitsLbl. setTx(CTTx value)Sets the value of the tx property.voidCTDLbl. setTx(CTTx value)Sets the value of the tx property.voidCTTitle. setTx(CTTx value)Sets the value of the tx property.voidCTTrendlineLbl. setTx(CTTx value)Sets the value of the tx property.