Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTNumberColorPosition
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTNumberColorPosition in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTNumberColorPosition Modifier and Type Field Description protected CTNumberColorPositionCTValueColorEndPosition. numberprotected CTNumberColorPositionCTValueColorMiddlePosition. numberMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTNumberColorPosition Modifier and Type Method Description CTNumberColorPositionObjectFactory. createCTNumberColorPosition()Create an instance ofCTNumberColorPositionCTNumberColorPositionCTValueColorEndPosition. getNumber()Gets the value of the number property.CTNumberColorPositionCTValueColorMiddlePosition. getNumber()Gets the value of the number property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTNumberColorPosition Modifier and Type Method Description voidCTValueColorEndPosition. setNumber(CTNumberColorPosition value)Sets the value of the number property.voidCTValueColorMiddlePosition. setNumber(CTNumberColorPosition value)Sets the value of the number property.