StandardPerLengthUnitsValues 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 StandardPerLengthUnitsValues enumeration.
public enum StandardPerLengthUnitsValues
public readonly struct StandardPerLengthUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues>
type StandardPerLengthUnitsValues =
type StandardPerLengthUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardPerLengthUnitsValues>
Public Enum StandardPerLengthUnitsValues
Public Structure StandardPerLengthUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardPerLengthUnitsValues), IEquatable(Of StandardPerLengthUnitsValues)
- Inheritance
-
StandardPerLengthUnitsValues
- Inheritance
-
StandardPerLengthUnitsValues
Fields
StandardPerLengthUnitsValues(String) | Creates a new StandardPerLengthUnitsValues enum instance |
|
Equals(StandardPerLengthUnitsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(StandardPerLengthUnitsValues, StandardPerLengthUnitsValues) | ||
Inequality(StandardPerLengthUnitsValues, StandardPerLengthUnitsValues) | ||
PerCentimeter | 1/cm. When the item is serialized out as xml, its value is "1/cm". |
|
PerCentimeter | 1 | 1/cm. When the item is serialized out as xml, its value is "1/cm". |
PerEm | 6 | 1/em. When the item is serialized out as xml, its value is "1/em". |
PerEm | 1/em. When the item is serialized out as xml, its value is "1/em". |
|
PerEx | 7 | 1/ex. When the item is serialized out as xml, its value is "1/ex". |
PerEx | 1/ex. When the item is serialized out as xml, its value is "1/ex". |
|
PerInche | 3 | 1/in. When the item is serialized out as xml, its value is "1/in". |
PerInche | 1/in. When the item is serialized out as xml, its value is "1/in". |
|
PerMeter | 0 | 1/m. When the item is serialized out as xml, its value is "1/m". |
PerMeter | 1/m. When the item is serialized out as xml, its value is "1/m". |
|
PerMillimeter | 2 | 1/mm. When the item is serialized out as xml, its value is "1/mm". |
PerMillimeter | 1/mm. When the item is serialized out as xml, its value is "1/mm". |
|
PerPica | 1/pc. When the item is serialized out as xml, its value is "1/pc". |
|
PerPica | 5 | 1/pc. When the item is serialized out as xml, its value is "1/pc". |
PerPoint | 4 | 1/pt. When the item is serialized out as xml, its value is "1/pt". |
PerPoint | 1/pt. When the item is serialized out as xml, its value is "1/pt". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardPerLengthUnitsValues>.Create(String) |