Uses of Class
org.docx4j.dml.diagram.CTSampleData
Packages that use CTSampleData
-
Uses of CTSampleData in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTSampleDataModifier and TypeFieldDescriptionprotected CTSampleDataCTDiagramDefinition.clrDataprotected CTSampleDataCTDiagramDefinition.sampDataprotected CTSampleDataCTDiagramDefinition.styleDataMethods in org.docx4j.dml.diagram that return CTSampleDataModifier and TypeMethodDescriptionObjectFactory.createCTSampleData()Create an instance ofCTSampleDataCTDiagramDefinition.getClrData()Gets the value of the clrData property.CTDiagramDefinition.getSampData()Gets the value of the sampData property.CTDiagramDefinition.getStyleData()Gets the value of the styleData property.Methods in org.docx4j.dml.diagram with parameters of type CTSampleDataModifier and TypeMethodDescriptionvoidCTDiagramDefinition.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.