Uses of Class
org.docx4j.dml.CTSolidColorFillProperties
Packages that use CTSolidColorFillProperties
-
Uses of CTSolidColorFillProperties in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTSolidColorFillPropertiesModifier and TypeFieldDescriptionprotected CTSolidColorFillPropertiesCTValueColors.maxColorprotected CTSolidColorFillPropertiesCTValueColors.midColorprotected CTSolidColorFillPropertiesCTValueColors.minColorMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTSolidColorFillPropertiesModifier and TypeMethodDescriptionCTValueColors.getMaxColor()Gets the value of the maxColor property.CTValueColors.getMidColor()Gets the value of the midColor property.CTValueColors.getMinColor()Gets the value of the minColor property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTSolidColorFillPropertiesModifier and TypeMethodDescriptionvoidCTValueColors.setMaxColor(CTSolidColorFillProperties value) Sets the value of the maxColor property.voidCTValueColors.setMidColor(CTSolidColorFillProperties value) Sets the value of the midColor property.voidCTValueColors.setMinColor(CTSolidColorFillProperties value) Sets the value of the minColor property. -
Uses of CTSolidColorFillProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTSolidColorFillPropertiesModifier and TypeFieldDescriptionprotected CTSolidColorFillPropertiesCTBackgroundFormatting.solidFillprotected CTSolidColorFillPropertiesCTFillEffect.solidFillprotected CTSolidColorFillPropertiesCTFillOverlayEffect.solidFillprotected CTSolidColorFillPropertiesCTFillProperties.solidFillprotected CTSolidColorFillPropertiesCTGroupShapeProperties.solidFillprotected CTSolidColorFillPropertiesCTLineProperties.solidFillprotected CTSolidColorFillPropertiesCTShapeProperties.solidFillprotected CTSolidColorFillPropertiesCTTableCellProperties.solidFillprotected CTSolidColorFillPropertiesCTTableProperties.solidFillprotected CTSolidColorFillPropertiesCTTextCharacterProperties.solidFillprotected CTSolidColorFillPropertiesCTTextUnderlineFillGroupWrapper.solidFillMethods in org.docx4j.dml that return CTSolidColorFillPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTSolidColorFillProperties()Create an instance ofCTSolidColorFillPropertiesCTBackgroundFormatting.getSolidFill()Gets the value of the solidFill property.CTFillEffect.getSolidFill()Gets the value of the solidFill property.CTFillOverlayEffect.getSolidFill()Gets the value of the solidFill property.CTFillProperties.getSolidFill()Gets the value of the solidFill property.CTGroupShapeProperties.getSolidFill()Gets the value of the solidFill property.CTLineProperties.getSolidFill()Gets the value of the solidFill property.CTShapeProperties.getSolidFill()Gets the value of the solidFill property.CTTableCellProperties.getSolidFill()Gets the value of the solidFill property.CTTableProperties.getSolidFill()Gets the value of the solidFill property.CTTextCharacterProperties.getSolidFill()Gets the value of the solidFill property.CTTextUnderlineFillGroupWrapper.getSolidFill()Gets the value of the solidFill property.Methods in org.docx4j.dml with parameters of type CTSolidColorFillPropertiesModifier and TypeMethodDescriptionvoidCTBackgroundFormatting.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTFillEffect.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTFillOverlayEffect.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTFillProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTGroupShapeProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTLineProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTShapeProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTTableCellProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTTableProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTTextCharacterProperties.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.voidCTTextUnderlineFillGroupWrapper.setSolidFill(CTSolidColorFillProperties value) Sets the value of the solidFill property.