Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STGeoMappingLevel
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STGeoMappingLevel in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STGeoMappingLevel Modifier and Type Field Description protected STGeoMappingLevelCTGeography. viewedRegionTypeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STGeoMappingLevel Modifier and Type Method Description static STGeoMappingLevelSTGeoMappingLevel. fromValue(java.lang.String v)STGeoMappingLevelCTGeography. getViewedRegionType()Gets the value of the viewedRegionType property.static STGeoMappingLevelSTGeoMappingLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STGeoMappingLevel[]STGeoMappingLevel. 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 STGeoMappingLevel Modifier and Type Method Description voidCTGeography. setViewedRegionType(STGeoMappingLevel value)Sets the value of the viewedRegionType property.