Uses of Class
org.docx4j.w14.CTSchemeColor
Packages that use CTSchemeColor
-
Uses of CTSchemeColor in org.docx4j.w14
Fields in org.docx4j.w14 declared as CTSchemeColorModifier and TypeFieldDescriptionprotected CTSchemeColorCTColor.schemeClrprotected CTSchemeColorCTGlow.schemeClrprotected CTSchemeColorCTGradientStop.schemeClrprotected CTSchemeColorCTShadow.schemeClrprotected CTSchemeColorCTSolidColorFillProperties.schemeClrMethods in org.docx4j.w14 that return CTSchemeColorModifier and TypeMethodDescriptionObjectFactory.createCTSchemeColor()Create an instance ofCTSchemeColorCTColor.getSchemeClr()Gets the value of the schemeClr property.CTGlow.getSchemeClr()Gets the value of the schemeClr property.CTGradientStop.getSchemeClr()Gets the value of the schemeClr property.CTShadow.getSchemeClr()Gets the value of the schemeClr property.CTSolidColorFillProperties.getSchemeClr()Gets the value of the schemeClr property.Methods in org.docx4j.w14 with parameters of type CTSchemeColorModifier and TypeMethodDescriptionvoidCTColor.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTGlow.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTGradientStop.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTShadow.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.voidCTSolidColorFillProperties.setSchemeClr(CTSchemeColor value) Sets the value of the schemeClr property.