Share via


GeoProjectionType 枚举

定义

定义 GeoProjectionType 枚举。

public enum GeoProjectionType
public readonly struct GeoProjectionType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoProjectionType>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoProjectionType>
type GeoProjectionType = 
type GeoProjectionType = struct
    interface IEnumValue
    interface IEnumValueFactory<GeoProjectionType>
Public Enum GeoProjectionType
Public Structure GeoProjectionType
Implements IEnumValue, IEnumValueFactory(Of GeoProjectionType), IEquatable(Of GeoProjectionType)
继承
GeoProjectionType
继承
GeoProjectionType

字段

GeoProjectionType(String)

创建新的 GeoProjectionType 枚举实例

Albers 3
Albers

albers。

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

Equals(Object)
Equals(GeoProjectionType)
GetHashCode()
Mercator 0
Mercator

墨卡托。

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

Miller 1
Miller

米勒。

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

Equality(GeoProjectionType, GeoProjectionType)
Inequality(GeoProjectionType, GeoProjectionType)
Robinson

罗宾逊。

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

Robinson 2
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoProjectionType>.Create(String)

适用于