StandardLengthUnitsValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the StandardLengthUnitsValues enumeration.
public enum StandardLengthUnitsValues
public readonly struct StandardLengthUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues>
type StandardLengthUnitsValues =
type StandardLengthUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardLengthUnitsValues>
Public Enum StandardLengthUnitsValues
Public Structure StandardLengthUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardLengthUnitsValues), IEquatable(Of StandardLengthUnitsValues)
- Inheritance
-
StandardLengthUnitsValues
- Inheritance
-
StandardLengthUnitsValues
Fields
StandardLengthUnitsValues(String) | Creates a new StandardLengthUnitsValues enum instance |
|
Centimeter | 1 | cm. When the item is serialized out as xml, its value is "cm". |
Centimeter | cm. When the item is serialized out as xml, its value is "cm". |
|
Em | 6 | em. When the item is serialized out as xml, its value is "em". |
Em | em. When the item is serialized out as xml, its value is "em". |
|
Equals(Object) | ||
Equals(StandardLengthUnitsValues) | ||
Ex | ex. When the item is serialized out as xml, its value is "ex". |
|
Ex | 7 | ex. When the item is serialized out as xml, its value is "ex". |
GetHashCode() | ||
Inche | 3 | in. When the item is serialized out as xml, its value is "in". |
Inche | in. When the item is serialized out as xml, its value is "in". |
|
Meter | 0 | m. When the item is serialized out as xml, its value is "m". |
Meter | m. When the item is serialized out as xml, its value is "m". |
|
Millimeter | 2 | mm. When the item is serialized out as xml, its value is "mm". |
Millimeter | mm. When the item is serialized out as xml, its value is "mm". |
|
Equality(StandardLengthUnitsValues, StandardLengthUnitsValues) | ||
Inequality(StandardLengthUnitsValues, StandardLengthUnitsValues) | ||
Pica | pc. When the item is serialized out as xml, its value is "pc". |
|
Pica | 5 | pc. When the item is serialized out as xml, its value is "pc". |
Point | 4 | pt. When the item is serialized out as xml, its value is "pt". |
Point | pt. When the item is serialized out as xml, its value is "pt". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardLengthUnitsValues>.Create(String) |