Uses of Class
org.docx4j.dml.CTPresetColor
Packages that use CTPresetColor
-
Uses of CTPresetColor in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTPresetColorModifier and TypeFieldDescriptionprotected CTPresetColorCTFontReference.prstClrprotected CTPresetColorCTStyleReference.prstClrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTPresetColorModifier and TypeMethodDescriptionCTFontReference.getPrstClr()Gets the value of the prstClr property.CTStyleReference.getPrstClr()Gets the value of the prstClr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTPresetColorModifier and TypeMethodDescriptionvoidCTFontReference.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTStyleReference.setPrstClr(CTPresetColor value) Sets the value of the prstClr property. -
Uses of CTPresetColor in org.docx4j.dml
Fields in org.docx4j.dml declared as CTPresetColorModifier and TypeFieldDescriptionprotected CTPresetColorCTAlphaInverseEffect.prstClrprotected CTPresetColorCTColor.prstClrprotected CTPresetColorCTColorReplaceEffect.prstClrprotected CTPresetColorCTCustomColor.prstClrprotected CTPresetColorCTFontReference.prstClrprotected CTPresetColorCTGlowEffect.prstClrprotected CTPresetColorCTGradientStop.prstClrprotected CTPresetColorCTInnerShadowEffect.prstClrprotected CTPresetColorCTOuterShadowEffect.prstClrprotected CTPresetColorCTPresetShadowEffect.prstClrprotected CTPresetColorCTSolidColorFillProperties.prstClrprotected CTPresetColorCTStyleMatrixReference.prstClrprotected CTPresetColorCTTableStyleTextStyle.prstClrMethods in org.docx4j.dml that return CTPresetColorModifier and TypeMethodDescriptionObjectFactory.createCTPresetColor()Create an instance ofCTPresetColorCTAlphaInverseEffect.getPrstClr()Gets the value of the prstClr property.CTColor.getPrstClr()Gets the value of the prstClr property.CTColorReplaceEffect.getPrstClr()Gets the value of the prstClr property.CTCustomColor.getPrstClr()Gets the value of the prstClr property.CTFontReference.getPrstClr()Gets the value of the prstClr property.CTGlowEffect.getPrstClr()Gets the value of the prstClr property.CTGradientStop.getPrstClr()Gets the value of the prstClr property.CTInnerShadowEffect.getPrstClr()Gets the value of the prstClr property.CTOuterShadowEffect.getPrstClr()Gets the value of the prstClr property.CTPresetShadowEffect.getPrstClr()Gets the value of the prstClr property.CTSolidColorFillProperties.getPrstClr()Gets the value of the prstClr property.CTStyleMatrixReference.getPrstClr()Gets the value of the prstClr property.CTTableStyleTextStyle.getPrstClr()Gets the value of the prstClr property.Methods in org.docx4j.dml with parameters of type CTPresetColorModifier and TypeMethodDescriptionvoidCTAlphaInverseEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTColor.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTColorReplaceEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTCustomColor.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTFontReference.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTGlowEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTGradientStop.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTInnerShadowEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTOuterShadowEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTPresetShadowEffect.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTSolidColorFillProperties.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTStyleMatrixReference.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.voidCTTableStyleTextStyle.setPrstClr(CTPresetColor value) Sets the value of the prstClr property.