Uses of Class
org.docx4j.dml.chart.CTSerTx
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTSerTx in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTSerTx Modifier and Type Field Description protected CTSerTxCTAreaSer. txprotected CTSerTxCTBarSer. txprotected CTSerTxCTBubbleSer. txprotected CTSerTxCTLineSer. txprotected CTSerTxCTPieSer. txprotected CTSerTxCTRadarSer. txprotected CTSerTxCTScatterSer. txprotected CTSerTxCTSurfaceSer. txMethods in org.docx4j.dml.chart that return CTSerTx Modifier and Type Method Description CTSerTxObjectFactory. createCTSerTx()Create an instance ofCTSerTxCTSerTxCTAreaSer. getTx()Gets the value of the tx property.CTSerTxCTBarSer. getTx()Gets the value of the tx property.CTSerTxCTBubbleSer. getTx()Gets the value of the tx property.CTSerTxCTLineSer. getTx()Gets the value of the tx property.CTSerTxCTPieSer. getTx()Gets the value of the tx property.CTSerTxCTRadarSer. getTx()Gets the value of the tx property.CTSerTxCTScatterSer. getTx()Gets the value of the tx property.CTSerTxCTSurfaceSer. getTx()Gets the value of the tx property.Methods in org.docx4j.dml.chart with parameters of type CTSerTx Modifier and Type Method Description voidCTAreaSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTBarSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTBubbleSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTLineSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTPieSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTRadarSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTScatterSer. setTx(CTSerTx value)Sets the value of the tx property.voidCTSurfaceSer. setTx(CTSerTx value)Sets the value of the tx property.