Freigeben über


MappingTypeValues-Enumeration

Defines the MappingTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration MappingTypeValues
'Usage
Dim instance As MappingTypeValues
public enum MappingTypeValues

Member

Membername Beschreibung
Identity identity. When the item is serialized out as xml, its value is "identity".
Lookup lookup. When the item is serialized out as xml, its value is "lookup".
Affine affine. When the item is serialized out as xml, its value is "affine".
MathML mathml. When the item is serialized out as xml, its value is "mathml".
Product product. When the item is serialized out as xml, its value is "product".
Unknown unknown. When the item is serialized out as xml, its value is "unknown".

Siehe auch

Referenz

DocumentFormat.OpenXml.InkML-Namespace