Uses of Class
org.docx4j.dml.CTSolidColorFillProperties
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex | |
| org.docx4j.dml |
-
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 CTSolidColorFillProperties Modifier and Type Field Description protected CTSolidColorFillPropertiesCTValueColors. maxColorprotected CTSolidColorFillPropertiesCTValueColors. midColorprotected CTSolidColorFillPropertiesCTValueColors. minColorMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTSolidColorFillProperties Modifier and Type Method Description CTSolidColorFillPropertiesCTValueColors. getMaxColor()Gets the value of the maxColor property.CTSolidColorFillPropertiesCTValueColors. getMidColor()Gets the value of the midColor property.CTSolidColorFillPropertiesCTValueColors. getMinColor()Gets the value of the minColor property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTSolidColorFillProperties Modifier and Type Method Description voidCTValueColors. 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 CTSolidColorFillProperties Modifier and Type Field Description protected 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 CTSolidColorFillProperties Modifier and Type Method Description CTSolidColorFillPropertiesObjectFactory. createCTSolidColorFillProperties()Create an instance ofCTSolidColorFillPropertiesCTSolidColorFillPropertiesCTBackgroundFormatting. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTFillEffect. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTFillOverlayEffect. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTFillProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTGroupShapeProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTLineProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTShapeProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTTableCellProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTTableProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTTextCharacterProperties. getSolidFill()Gets the value of the solidFill property.CTSolidColorFillPropertiesCTTextUnderlineFillGroupWrapper. getSolidFill()Gets the value of the solidFill property.Methods in org.docx4j.dml with parameters of type CTSolidColorFillProperties Modifier and Type Method Description voidCTBackgroundFormatting. 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.