StandardOtherUnitsValues Enum

Definition

Defines the StandardOtherUnitsValues enumeration.

public enum StandardOtherUnitsValues
public readonly struct StandardOtherUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues>
type StandardOtherUnitsValues = 
type StandardOtherUnitsValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StandardOtherUnitsValues>
Public Enum StandardOtherUnitsValues
Public Structure StandardOtherUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardOtherUnitsValues), IEquatable(Of StandardOtherUnitsValues)
Inheritance
StandardOtherUnitsValues
Inheritance
StandardOtherUnitsValues

Fields

StandardOtherUnitsValues(String)

Creates a new StandardOtherUnitsValues enum instance

DeviceResolution 1

dev.

When the item is serialized out as xml, its value is "dev".

DeviceResolution

dev.

When the item is serialized out as xml, its value is "dev".

Equals(StandardOtherUnitsValues)
Equals(Object)
GetHashCode()
None 2

none.

When the item is serialized out as xml, its value is "none".

None

none.

When the item is serialized out as xml, its value is "none".

Equality(StandardOtherUnitsValues, StandardOtherUnitsValues)
Inequality(StandardOtherUnitsValues, StandardOtherUnitsValues)
Percentage

%.

When the item is serialized out as xml, its value is "%".

Percentage 0

%.

When the item is serialized out as xml, its value is "%".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<StandardOtherUnitsValues>.Create(String)

Applies to