共用方式為


GeoProjectionType Enum

Definition

Defines the GeoProjectionType enumeration.

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)
Inheritance
GeoProjectionType
Inheritance
GeoProjectionType

Fields

GeoProjectionType(String)

Creates a new GeoProjectionType enum instance

Albers 3
Albers

albers.

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

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

mercator.

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

Miller 1
Miller

miller.

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

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

robinson.

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

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

Applies to