GeoMappingLevel 枚举

定义

定义 GeoMappingLevel 枚举。

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)
继承
GeoMappingLevel
继承
GeoMappingLevel

字段

名称 说明
DataOnly 0
PostalCode 1
County 2
State 3
CountryRegion 4
CountryRegionList 5
World 6
CountryRegion

countryRegion。

当项序列化为 xml 时,其值为“countryRegion”。

CountryRegionList

countryRegionList。

当项序列化为 xml 时,其值为“countryRegionList”。

County

县。

当项序列化为 xml 时,其值为“county”。

DataOnly

dataOnly。

将项序列化为 xml 时,其值为“dataOnly”。

Equality(GeoMappingLevel, GeoMappingLevel)
Equals(GeoMappingLevel)
Equals(Object)
GeoMappingLevel(String)

创建新的 GeoMappingLevel enum 实例

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoMappingLevel>.Create(String)
Inequality(GeoMappingLevel, GeoMappingLevel)
PostalCode

postalCode。

当项目序列化为 xml 时,其值为“postalCode”。

State

州。

当项序列化为 xml 时,其值为“state”。

ToString()
World

世界。

当项序列化为 xml 时,其值为“world”。

适用于