GeoMappingLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the GeoMappingLevel enumeration.
public enum GeoMappingLevel
public readonly struct GeoMappingLevel : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoMappingLevel>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoMappingLevel>
type GeoMappingLevel =
type GeoMappingLevel = struct
interface IEnumValue
interface IEnumValueFactory<GeoMappingLevel>
Public Enum GeoMappingLevel
Public Structure GeoMappingLevel
Implements IEnumValue, IEnumValueFactory(Of GeoMappingLevel), IEquatable(Of GeoMappingLevel)
- Inheritance
-
GeoMappingLevel
- Inheritance
-
GeoMappingLevel
Fields
Name | Value | Description |
---|---|---|
DataOnly | 0 | |
PostalCode | 1 | |
County | 2 | |
State | 3 | |
CountryRegion | 4 | |
CountryRegionList | 5 | |
World | 6 | |
CountryRegion | countryRegion. When the item is serialized out as xml, its value is "countryRegion". |
|
CountryRegionList | countryRegionList. When the item is serialized out as xml, its value is "countryRegionList". |
|
County | county. When the item is serialized out as xml, its value is "county". |
|
DataOnly | dataOnly. When the item is serialized out as xml, its value is "dataOnly". |
|
Equality(GeoMappingLevel, GeoMappingLevel) | ||
Equals(GeoMappingLevel) | ||
Equals(Object) | ||
GeoMappingLevel(String) | Creates a new GeoMappingLevel enum instance |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<GeoMappingLevel>.Create(String) | ||
Inequality(GeoMappingLevel, GeoMappingLevel) | ||
PostalCode | postalCode. When the item is serialized out as xml, its value is "postalCode". |
|
State | state. When the item is serialized out as xml, its value is "state". |
|
ToString() | ||
World | world. When the item is serialized out as xml, its value is "world". |