Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorEndPosition
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of CTValueColorEndPosition in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTValueColorEndPosition Modifier and Type Field Description protected CTValueColorEndPositionCTValueColorPositions. maxprotected CTValueColorEndPositionCTValueColorPositions. minMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTValueColorEndPosition Modifier and Type Method Description CTValueColorEndPositionObjectFactory. createCTValueColorEndPosition()Create an instance ofCTValueColorEndPositionCTValueColorEndPositionCTValueColorPositions. getMax()Gets the value of the max property.CTValueColorEndPositionCTValueColorPositions. getMin()Gets the value of the min property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTValueColorEndPosition Modifier and Type Method Description voidCTValueColorPositions. setMax(CTValueColorEndPosition value)Sets the value of the max property.voidCTValueColorPositions. setMin(CTValueColorEndPosition value)Sets the value of the min property.