StandardLengthUnitsValues enumeration
Office 2013 and later
Defines the StandardLengthUnitsValues enumeration.
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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". |
Show: