SecondaryLinearDirectionValues 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.
Secondary Linear Direction
public enum SecondaryLinearDirectionValues
public readonly struct SecondaryLinearDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues>
type SecondaryLinearDirectionValues =
type SecondaryLinearDirectionValues = struct
interface IEnumValue
interface IEnumValueFactory<SecondaryLinearDirectionValues>
Public Enum SecondaryLinearDirectionValues
Public Structure SecondaryLinearDirectionValues
Implements IEnumValue, IEnumValueFactory(Of SecondaryLinearDirectionValues), IEquatable(Of SecondaryLinearDirectionValues)
- Inheritance
-
SecondaryLinearDirectionValues
- Inheritance
-
SecondaryLinearDirectionValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
FromLeft | 1 | From Left. When the item is serialized out as xml, its value is "fromL". |
FromRight | 2 | From Right. When the item is serialized out as xml, its value is "fromR". |
FromTop | 3 | From Top. When the item is serialized out as xml, its value is "fromT". |
FromBottom | 4 | From Bottom. When the item is serialized out as xml, its value is "fromB". |
Equality(SecondaryLinearDirectionValues, SecondaryLinearDirectionValues) | ||
Equals(Object) | ||
Equals(SecondaryLinearDirectionValues) | ||
FromBottom | From Bottom. When the item is serialized out as xml, its value is "fromB". |
|
FromLeft | From Left. When the item is serialized out as xml, its value is "fromL". |
|
FromRight | From Right. When the item is serialized out as xml, its value is "fromR". |
|
FromTop | From Top. When the item is serialized out as xml, its value is "fromT". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SecondaryLinearDirectionValues>.Create(String) | ||
Inequality(SecondaryLinearDirectionValues, SecondaryLinearDirectionValues) | ||
None | None. When the item is serialized out as xml, its value is "none". |
|
SecondaryLinearDirectionValues(String) | Creates a new SecondaryLinearDirectionValues enum instance |
|
ToString() |