SidePos 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 SidePos enumeration.
public enum SidePos
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum SidePos
public readonly struct SidePos : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos>
type SidePos =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type SidePos =
type SidePos = struct
interface IEnumValue
interface IEnumValueFactory<SidePos>
Public Enum SidePos
Public Structure SidePos
Implements IEnumValue, IEnumValueFactory(Of SidePos), IEquatable(Of SidePos)
- Inheritance
-
SidePos
- Inheritance
-
SidePos
- Attributes
Fields
Name | Value | Description |
---|---|---|
L | 0 | l. When the item is serialized out as xml, its value is "l". |
T | 1 | t. When the item is serialized out as xml, its value is "t". |
R | 2 | r. When the item is serialized out as xml, its value is "r". |
B | 3 | b. When the item is serialized out as xml, its value is "b". |
B | b. When the item is serialized out as xml, its value is "b". |
|
Equality(SidePos, SidePos) | ||
Equals(Object) | ||
Equals(SidePos) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SidePos>.Create(String) | ||
Inequality(SidePos, SidePos) | ||
L | l. When the item is serialized out as xml, its value is "l". |
|
R | r. When the item is serialized out as xml, its value is "r". |
|
SidePos(String) | Creates a new SidePos enum instance |
|
T | t. When the item is serialized out as xml, its value is "t". |
|
ToString() |