次の方法で共有


StandardMassForceUnitsValues Enumeration

Defines the StandardMassForceUnitsValues enumeration.

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

Syntax

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

Members

Member name Description
Kilogram Kg. When the item is serialized out as xml, its value is "Kg".
Gram g. When the item is serialized out as xml, its value is "g".
Milligram mg. When the item is serialized out as xml, its value is "mg".
Newton N. When the item is serialized out as xml, its value is "N".
Pond lb. When the item is serialized out as xml, its value is "lb".

See Also

Reference

DocumentFormat.OpenXml.InkML Namespace