Uses of Class
org.docx4j.dml.diagram.CTSampleData
| Package | Description |
|---|---|
| org.docx4j.dml.diagram |
-
Uses of CTSampleData in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTSampleData Modifier and Type Field Description protected CTSampleDataCTDiagramDefinition. clrDataprotected CTSampleDataCTDiagramDefinition. sampDataprotected CTSampleDataCTDiagramDefinition. styleDataMethods in org.docx4j.dml.diagram that return CTSampleData Modifier and Type Method Description CTSampleDataObjectFactory. createCTSampleData()Create an instance ofCTSampleDataCTSampleDataCTDiagramDefinition. getClrData()Gets the value of the clrData property.CTSampleDataCTDiagramDefinition. getSampData()Gets the value of the sampData property.CTSampleDataCTDiagramDefinition. getStyleData()Gets the value of the styleData property.Methods in org.docx4j.dml.diagram with parameters of type CTSampleData Modifier and Type Method Description voidCTDiagramDefinition. setClrData(CTSampleData value)Sets the value of the clrData property.voidCTDiagramDefinition. setSampData(CTSampleData value)Sets the value of the sampData property.voidCTDiagramDefinition. setStyleData(CTSampleData value)Sets the value of the styleData property.