Uses of Class
org.docx4j.dml.chart.CTRelId
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTRelId in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTRelId Modifier and Type Field Description protected CTRelIdCTPrintSettings. legacyDrawingHFprotected CTRelIdCTChartSpace. userShapesMethods in org.docx4j.dml.chart that return CTRelId Modifier and Type Method Description CTRelIdObjectFactory. createCTRelId()Create an instance ofCTRelIdCTRelIdCTPrintSettings. getLegacyDrawingHF()Gets the value of the legacyDrawingHF property.CTRelIdCTChartSpace. getUserShapes()Gets the value of the userShapes property.Methods in org.docx4j.dml.chart that return types with arguments of type CTRelId Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTRelId>ObjectFactory. createChart(CTRelId value)Methods in org.docx4j.dml.chart with parameters of type CTRelId Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTRelId>ObjectFactory. createChart(CTRelId value)voidCTPrintSettings. setLegacyDrawingHF(CTRelId value)Sets the value of the legacyDrawingHF property.voidCTChartSpace. setUserShapes(CTRelId value)Sets the value of the userShapes property.