Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTPercentageColorPosition
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTPercentageColorPosition in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTPercentageColorPosition Modifier and Type Field Description protected CTPercentageColorPositionCTValueColorEndPosition. percentprotected CTPercentageColorPositionCTValueColorMiddlePosition. percentMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTPercentageColorPosition Modifier and Type Method Description CTPercentageColorPositionObjectFactory. createCTPercentageColorPosition()Create an instance ofCTPercentageColorPositionCTPercentageColorPositionCTValueColorEndPosition. getPercent()Gets the value of the percent property.CTPercentageColorPositionCTValueColorMiddlePosition. getPercent()Gets the value of the percent property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTPercentageColorPosition Modifier and Type Method Description voidCTValueColorEndPosition. setPercent(CTPercentageColorPosition value)Sets the value of the percent property.voidCTValueColorMiddlePosition. setPercent(CTPercentageColorPosition value)Sets the value of the percent property.