共用方式為


GeoMappingLevel Enum

Definition

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

GeoMappingLevel(String)

Creates a new GeoMappingLevel enum instance

CountryRegion 4
CountryRegion

countryRegion.

When the item is serialized out as xml, its value is "countryRegion".

CountryRegionList 5
CountryRegionList

countryRegionList.

When the item is serialized out as xml, its value is "countryRegionList".

County 2
County

county.

When the item is serialized out as xml, its value is "county".

DataOnly 0
DataOnly

dataOnly.

When the item is serialized out as xml, its value is "dataOnly".

Equals(Object)
Equals(GeoMappingLevel)
GetHashCode()
Equality(GeoMappingLevel, GeoMappingLevel)
Inequality(GeoMappingLevel, GeoMappingLevel)
PostalCode 1
PostalCode

postalCode.

When the item is serialized out as xml, its value is "postalCode".

State 3
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".

World 6
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoMappingLevel>.Create(String)

Applies to