Uses of Class
org.docx4j.dml.CTColorMapping
Packages that use CTColorMapping
Package
Description
-
Uses of CTColorMapping in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTColorMappingMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTColorMappingModifier and TypeMethodDescriptionCTChartSpace.getClrMapOvr()Gets the value of the clrMapOvr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTColorMappingModifier and TypeMethodDescriptionvoidCTChartSpace.setClrMapOvr(CTColorMapping value) Sets the value of the clrMapOvr property. -
Uses of CTColorMapping in org.docx4j.dml
Fields in org.docx4j.dml declared as CTColorMappingModifier and TypeFieldDescriptionprotected CTColorMappingCTClipboardStyleSheet.clrMapprotected CTColorMappingCTColorSchemeAndMapping.clrMapprotected CTColorMappingCTColorMappingOverride.overrideClrMappingMethods in org.docx4j.dml that return CTColorMappingModifier and TypeMethodDescriptionObjectFactory.createCTColorMapping()Create an instance ofCTColorMappingCTClipboardStyleSheet.getClrMap()Gets the value of the clrMap property.CTColorSchemeAndMapping.getClrMap()Gets the value of the clrMap property.CTColorMappingOverride.getOverrideClrMapping()Gets the value of the overrideClrMapping property.Methods in org.docx4j.dml with parameters of type CTColorMappingModifier and TypeMethodDescriptionvoidCTClipboardStyleSheet.setClrMap(CTColorMapping value) Sets the value of the clrMap property.voidCTColorSchemeAndMapping.setClrMap(CTColorMapping value) Sets the value of the clrMap property.voidCTColorMappingOverride.setOverrideClrMapping(CTColorMapping value) Sets the value of the overrideClrMapping property. -
Uses of CTColorMapping in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTColorMappingMethods in org.docx4j.dml.chart that return CTColorMappingModifier and TypeMethodDescriptionCTChartSpace.getClrMapOvr()Gets the value of the clrMapOvr property.Methods in org.docx4j.dml.chart with parameters of type CTColorMappingModifier and TypeMethodDescriptionvoidCTChartSpace.setClrMapOvr(CTColorMapping value) Sets the value of the clrMapOvr property. -
Uses of CTColorMapping in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTColorMappingModifier and TypeFieldDescriptionprotected CTColorMappingHandoutMaster.clrMapprotected CTColorMappingNotesMaster.clrMapprotected CTColorMappingSldMaster.clrMapMethods in org.pptx4j.pml that return CTColorMappingModifier and TypeMethodDescriptionHandoutMaster.getClrMap()Gets the value of the clrMap property.NotesMaster.getClrMap()Gets the value of the clrMap property.SldMaster.getClrMap()Gets the value of the clrMap property.Methods in org.pptx4j.pml with parameters of type CTColorMappingModifier and TypeMethodDescriptionvoidHandoutMaster.setClrMap(CTColorMapping value) Sets the value of the clrMap property.voidNotesMaster.setClrMap(CTColorMapping value) Sets the value of the clrMap property.voidSldMaster.setClrMap(CTColorMapping value) Sets the value of the clrMap property.