MappingTypeValues Enum

Definition

Defines the MappingTypeValues enumeration.

public enum MappingTypeValues
public readonly struct MappingTypeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.MappingTypeValues>, IEquatable<DocumentFormat.OpenXml.InkML.MappingTypeValues>
type MappingTypeValues = 
type MappingTypeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<MappingTypeValues>
Public Enum MappingTypeValues
Public Structure MappingTypeValues
Implements IEnumValue, IEnumValueFactory(Of MappingTypeValues), IEquatable(Of MappingTypeValues)
Inheritance
MappingTypeValues
Inheritance
MappingTypeValues

Fields

MappingTypeValues(String)

Creates a new MappingTypeValues enum instance

Affine 2

affine.

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

Affine

affine.

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

Equals(Object)
Equals(MappingTypeValues)
GetHashCode()
Identity 0

identity.

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

Identity

identity.

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

Lookup 1

lookup.

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

Lookup

lookup.

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

MathML 3

mathml.

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

MathML

mathml.

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

Equality(MappingTypeValues, MappingTypeValues)
Inequality(MappingTypeValues, MappingTypeValues)
Product 4

product.

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

Product

product.

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

ToString()
Unknown 5

unknown.

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

Unknown

unknown.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<MappingTypeValues>.Create(String)

Applies to