StandardPerOtherUnitsValues 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 StandardPerOtherUnitsValues enumeration.
public enum StandardPerOtherUnitsValues
public readonly struct StandardPerOtherUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues>
type StandardPerOtherUnitsValues =
type StandardPerOtherUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardPerOtherUnitsValues>
Public Enum StandardPerOtherUnitsValues
Public Structure StandardPerOtherUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardPerOtherUnitsValues), IEquatable(Of StandardPerOtherUnitsValues)
- Inheritance
-
StandardPerOtherUnitsValues
- Inheritance
-
StandardPerOtherUnitsValues
Fields
Name | Value | Description |
---|---|---|
PerPercentage | 0 | 1/%. When the item is serialized out as xml, its value is "1/%". |
PerDeviceResolution | 1 | 1/dev. When the item is serialized out as xml, its value is "1/dev". |
Equality(StandardPerOtherUnitsValues, StandardPerOtherUnitsValues) | ||
Equals(Object) | ||
Equals(StandardPerOtherUnitsValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardPerOtherUnitsValues>.Create(String) | ||
Inequality(StandardPerOtherUnitsValues, StandardPerOtherUnitsValues) | ||
PerDeviceResolution | 1/dev. When the item is serialized out as xml, its value is "1/dev". |
|
PerPercentage | 1/%. When the item is serialized out as xml, its value is "1/%". |
|
StandardPerOtherUnitsValues(String) | Creates a new StandardPerOtherUnitsValues enum instance |
|
ToString() |