次の方法で共有


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

フィールド

名前 説明
Mercator 0
Miller 1
Robinson 2
Albers 3
Albers

アルベルス。

項目を xml としてシリアル化されるときに、その値は "albers" です。

Equality(GeoProjectionType, GeoProjectionType)
Equals(GeoProjectionType)
Equals(Object)
GeoProjectionType(String)

新しい GeoProjectionType 列挙型インスタンスを作成します

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoProjectionType>.Create(String)
Inequality(GeoProjectionType, GeoProjectionType)
Mercator

メルカトル。

アイテムを xml としてシリアル化されるときに、その値は "mercator" です。

Miller

粉屋。

項目を xml としてシリアル化されるときに、その値は "ミラー" です。

Robinson

ロビンソン。

項目を xml としてシリアル化されるときに、その値は "ロビンソン" です。

ToString()

適用対象