StandardPerLengthUnitsValues Enumeration

Defines the StandardPerLengthUnitsValues enumeration.

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

Syntax

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

Members

Member name Description
PerMeter 1/m. When the item is serialized out as xml, its value is "1/m".
PerCentimeter 1/cm. When the item is serialized out as xml, its value is "1/cm".
PerMillimeter 1/mm. When the item is serialized out as xml, its value is "1/mm".
PerInche 1/in. When the item is serialized out as xml, its value is "1/in".
PerPoint 1/pt. When the item is serialized out as xml, its value is "1/pt".
PerPica 1/pc. When the item is serialized out as xml, its value is "1/pc".
PerEm 1/em. When the item is serialized out as xml, its value is "1/em".
PerEx 1/ex. When the item is serialized out as xml, its value is "1/ex".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace