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