Uses of Class
org.docx4j.dml.CTColor
Packages that use CTColor
-
Uses of CTColor in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTColorModifier and TypeFieldDescriptionprotected CTColorCTAmbientLight.clrprotected CTColorCTDirectionalLight.clrprotected CTColorCTPointLight.clrprotected CTColorCTSpotLight.clrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTColorModifier and TypeMethodDescriptionCTAmbientLight.getClr()Gets the value of the clr property.CTDirectionalLight.getClr()Gets the value of the clr property.CTPointLight.getClr()Gets the value of the clr property.CTSpotLight.getClr()Gets the value of the clr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTColorModifier and TypeMethodDescriptionvoidSets the value of the clr property.voidSets the value of the clr property.voidSets the value of the clr property.voidSets the value of the clr property. -
Uses of CTColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTColorModifier and TypeFieldDescriptionprotected CTColorCTColorScheme.accent1protected CTColorCTColorScheme.accent2protected CTColorCTColorScheme.accent3protected CTColorCTColorScheme.accent4protected CTColorCTColorScheme.accent5protected CTColorCTColorScheme.accent6protected CTColorCTPatternFillProperties.bgClrprotected CTColorCTTextParagraphProperties.buClrprotected CTColorCTColorChangeEffect.clrFromprotected CTColorCTColorChangeEffect.clrToprotected CTColorCTShape3D.contourClrprotected CTColorCTColorScheme.dk1protected CTColorCTColorScheme.dk2protected CTColorCTShape3D.extrusionClrprotected CTColorCTPatternFillProperties.fgClrprotected CTColorCTColorScheme.folHlinkprotected CTColorCTTextCharacterProperties.highlightprotected CTColorCTColorScheme.hlinkprotected CTColorCTColorScheme.lt1protected CTColorCTColorScheme.lt2Methods in org.docx4j.dml that return CTColorModifier and TypeMethodDescriptionObjectFactory.createCTColor()Create an instance ofCTColorCTColorScheme.getAccent1()Gets the value of the accent1 property.CTColorScheme.getAccent2()Gets the value of the accent2 property.CTColorScheme.getAccent3()Gets the value of the accent3 property.CTColorScheme.getAccent4()Gets the value of the accent4 property.CTColorScheme.getAccent5()Gets the value of the accent5 property.CTColorScheme.getAccent6()Gets the value of the accent6 property.CTPatternFillProperties.getBgClr()Gets the value of the bgClr property.CTTextParagraphProperties.getBuClr()Gets the value of the buClr property.CTColorChangeEffect.getClrFrom()Gets the value of the clrFrom property.CTColorChangeEffect.getClrTo()Gets the value of the clrTo property.CTShape3D.getContourClr()Gets the value of the contourClr property.CTColorScheme.getDk1()Gets the value of the dk1 property.CTColorScheme.getDk2()Gets the value of the dk2 property.CTShape3D.getExtrusionClr()Gets the value of the extrusionClr property.CTPatternFillProperties.getFgClr()Gets the value of the fgClr property.CTColorScheme.getFolHlink()Gets the value of the folHlink property.CTTextCharacterProperties.getHighlight()Gets the value of the highlight property.CTColorScheme.getHlink()Gets the value of the hlink property.CTColorScheme.getLt1()Gets the value of the lt1 property.CTColorScheme.getLt2()Gets the value of the lt2 property.Methods in org.docx4j.dml with parameters of type CTColorModifier and TypeMethodDescriptionvoidCTColorScheme.setAccent1(CTColor value) Sets the value of the accent1 property.voidCTColorScheme.setAccent2(CTColor value) Sets the value of the accent2 property.voidCTColorScheme.setAccent3(CTColor value) Sets the value of the accent3 property.voidCTColorScheme.setAccent4(CTColor value) Sets the value of the accent4 property.voidCTColorScheme.setAccent5(CTColor value) Sets the value of the accent5 property.voidCTColorScheme.setAccent6(CTColor value) Sets the value of the accent6 property.voidSets the value of the bgClr property.voidSets the value of the buClr property.voidCTColorChangeEffect.setClrFrom(CTColor value) Sets the value of the clrFrom property.voidSets the value of the clrTo property.voidCTShape3D.setContourClr(CTColor value) Sets the value of the contourClr property.voidSets the value of the dk1 property.voidSets the value of the dk2 property.voidCTShape3D.setExtrusionClr(CTColor value) Sets the value of the extrusionClr property.voidSets the value of the fgClr property.voidCTColorScheme.setFolHlink(CTColor value) Sets the value of the folHlink property.voidCTTextCharacterProperties.setHighlight(CTColor value) Sets the value of the highlight property.voidSets the value of the hlink property.voidSets the value of the lt1 property.voidSets the value of the lt2 property.