Uses of Class
org.docx4j.dml.chart.CTStrData
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart | |
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart | |
| org.docx4j.dml.chart |
-
Uses of CTStrData in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTStrData Modifier and Type Field Description protected CTStrDataCTDataLabelFieldTableEntry. dlblFieldTableCacheprotected CTStrDataCTSeriesDataLabelsRange. dlblRangeCacheMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTStrData Modifier and Type Method Description CTStrDataCTDataLabelFieldTableEntry. getDlblFieldTableCache()Gets the value of the dlblFieldTableCache property.CTStrDataCTSeriesDataLabelsRange. getDlblRangeCache()Gets the value of the dlblRangeCache property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTStrData Modifier and Type Method Description voidCTDataLabelFieldTableEntry. setDlblFieldTableCache(CTStrData value)Sets the value of the dlblFieldTableCache property.voidCTSeriesDataLabelsRange. setDlblRangeCache(CTStrData value)Sets the value of the dlblRangeCache property. -
Uses of CTStrData in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart declared as CTStrData Modifier and Type Field Description protected CTStrDataCTStrFilteredLiteralCache. strCacheMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart that return CTStrData Modifier and Type Method Description CTStrDataCTStrFilteredLiteralCache. getStrCache()Gets the value of the strCache property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart with parameters of type CTStrData Modifier and Type Method Description voidCTStrFilteredLiteralCache. setStrCache(CTStrData value)Sets the value of the strCache property. -
Uses of CTStrData in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTStrData Modifier and Type Field Description protected CTStrDataCTStrRef. strCacheprotected CTStrDataCTAxDataSource. strLitMethods in org.docx4j.dml.chart that return CTStrData Modifier and Type Method Description CTStrDataObjectFactory. createCTStrData()Create an instance ofCTStrDataCTStrDataCTStrRef. getStrCache()Gets the value of the strCache property.CTStrDataCTAxDataSource. getStrLit()Gets the value of the strLit property.Methods in org.docx4j.dml.chart with parameters of type CTStrData Modifier and Type Method Description voidCTStrRef. setStrCache(CTStrData value)Sets the value of the strCache property.voidCTAxDataSource. setStrLit(CTStrData value)Sets the value of the strLit property.