次の方法で共有


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

アルベルス。

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

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

メルカトル。

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

Miller 1
Miller

ミラー。

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

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

ロビンソン。

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

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

適用対象