Uses of Class
org.docx4j.dml.chart.CTStrRef
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTStrRef in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTStrRef Modifier and Type Field Description protected CTStrRefCTAxDataSource. strRefprotected CTStrRefCTSerTx. strRefprotected CTStrRefCTTx. strRefMethods in org.docx4j.dml.chart that return CTStrRef Modifier and Type Method Description CTStrRefObjectFactory. createCTStrRef()Create an instance ofCTStrRefCTStrRefCTAxDataSource. getStrRef()Gets the value of the strRef property.CTStrRefCTSerTx. getStrRef()Gets the value of the strRef property.CTStrRefCTTx. getStrRef()Gets the value of the strRef property.Methods in org.docx4j.dml.chart with parameters of type CTStrRef Modifier and Type Method Description voidCTAxDataSource. setStrRef(CTStrRef value)Sets the value of the strRef property.voidCTSerTx. setStrRef(CTStrRef value)Sets the value of the strRef property.voidCTTx. setStrRef(CTStrRef value)Sets the value of the strRef property.