BoxStyleValues 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 BoxStyleValues enumeration.
public enum BoxStyleValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum BoxStyleValues
public readonly struct BoxStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues>, IEquatable<DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues>
type BoxStyleValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type BoxStyleValues =
type BoxStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<BoxStyleValues>
Public Enum BoxStyleValues
Public Structure BoxStyleValues
Implements IEnumValue, IEnumValueFactory(Of BoxStyleValues), IEquatable(Of BoxStyleValues)
- Inheritance
-
BoxStyleValues
- Inheritance
-
BoxStyleValues
- Attributes
Fields
Name | Value | Description |
---|---|---|
Horizontal | 0 | horizontal. When the item is serialized out as xml, its value is "horizontal". |
Vertical | 1 | vertical. When the item is serialized out as xml, its value is "vertical". |
BoxStyleValues(String) | Creates a new BoxStyleValues enum instance |
|
Equality(BoxStyleValues, BoxStyleValues) | ||
Equals(BoxStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Horizontal | horizontal. When the item is serialized out as xml, its value is "horizontal". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BoxStyleValues>.Create(String) | ||
Inequality(BoxStyleValues, BoxStyleValues) | ||
ToString() | ||
Vertical | vertical. When the item is serialized out as xml, its value is "vertical". |