StandardLengthUnitsValues-Enumeration
Defines the StandardLengthUnitsValues enumeration.
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration StandardLengthUnitsValues
'Usage
Dim instance As StandardLengthUnitsValues
public enum StandardLengthUnitsValues
Member
Membername | Beschreibung | |
---|---|---|
Meter | m. When the item is serialized out as xml, its value is "m". | |
Centimeter | cm. When the item is serialized out as xml, its value is "cm". | |
Millimeter | mm. When the item is serialized out as xml, its value is "mm". | |
Inche | in. When the item is serialized out as xml, its value is "in". | |
Point | pt. When the item is serialized out as xml, its value is "pt". | |
Pica | pc. When the item is serialized out as xml, its value is "pc". | |
Em | em. When the item is serialized out as xml, its value is "em". | |
Ex | ex. When the item is serialized out as xml, its value is "ex". |