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