次の方法で共有


StandardLengthUnitsValues Enumeration

Defines the StandardLengthUnitsValues enumeration.

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

Syntax

'宣言
Public Enumeration StandardLengthUnitsValues
'使用
Dim instance As StandardLengthUnitsValues
public enum StandardLengthUnitsValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace