Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STGeoProjectionType
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STGeoProjectionType in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STGeoProjectionType Modifier and Type Field Description protected STGeoProjectionTypeCTGeography. projectionTypeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STGeoProjectionType Modifier and Type Method Description static STGeoProjectionTypeSTGeoProjectionType. fromValue(java.lang.String v)STGeoProjectionTypeCTGeography. getProjectionType()Gets the value of the projectionType property.static STGeoProjectionTypeSTGeoProjectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STGeoProjectionType[]STGeoProjectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STGeoProjectionType Modifier and Type Method Description voidCTGeography. setProjectionType(STGeoProjectionType value)Sets the value of the projectionType property.