GeoProjectionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Mercator | 0 | |
Miller | 1 | |
Robinson | 2 | |
Albers | 3 | |
Albers | albers. When the item is serialized out as xml, its value is "albers". |
|
Equality(GeoProjectionType, GeoProjectionType) | ||
Equals(GeoProjectionType) | ||
Equals(Object) | ||
GeoProjectionType(String) | Creates a new GeoProjectionType enum instance |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<GeoProjectionType>.Create(String) | ||
Inequality(GeoProjectionType, GeoProjectionType) | ||
Mercator | mercator. When the item is serialized out as xml, its value is "mercator". |
|
Miller | miller. When the item is serialized out as xml, its value is "miller". |
|
Robinson | robinson. When the item is serialized out as xml, its value is "robinson". |
|
ToString() |