Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart.CTChartUniqueID
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart |
-
Uses of CTChartUniqueID in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart declared as CTChartUniqueID Modifier and Type Field Description protected CTChartUniqueIDCTCategoryFilterException. uniqueIdprotected CTChartUniqueIDCTChartDataPointUniqueIDMapEntry. uniqueIDMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart that return CTChartUniqueID Modifier and Type Method Description CTChartUniqueIDObjectFactory. createCTChartUniqueID()Create an instance ofCTChartUniqueIDCTChartUniqueIDCTCategoryFilterException. getUniqueId()Gets the value of the uniqueId property.CTChartUniqueIDCTChartDataPointUniqueIDMapEntry. getUniqueID()Gets the value of the uniqueID property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chart with parameters of type CTChartUniqueID Modifier and Type Method Description voidCTCategoryFilterException. setUniqueId(CTChartUniqueID value)Sets the value of the uniqueId property.voidCTChartDataPointUniqueIDMapEntry. setUniqueID(CTChartUniqueID value)Sets the value of the uniqueID property.