VerticalRelativePositionValues 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.
Vertical Relative Positioning
public enum VerticalRelativePositionValues
public readonly struct VerticalRelativePositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues>
type VerticalRelativePositionValues =
type VerticalRelativePositionValues = struct
interface IEnumValue
interface IEnumValueFactory<VerticalRelativePositionValues>
Public Enum VerticalRelativePositionValues
Public Structure VerticalRelativePositionValues
Implements IEnumValue, IEnumValueFactory(Of VerticalRelativePositionValues), IEquatable(Of VerticalRelativePositionValues)
- Inheritance
-
VerticalRelativePositionValues
- Inheritance
-
VerticalRelativePositionValues
Fields
Name | Value | Description |
---|---|---|
Margin | 0 | Page Margin. When the item is serialized out as xml, its value is "margin". |
Page | 1 | Page Edge. When the item is serialized out as xml, its value is "page". |
Paragraph | 2 | Paragraph. When the item is serialized out as xml, its value is "paragraph". |
Line | 3 | Line. When the item is serialized out as xml, its value is "line". |
TopMargin | 4 | Top Margin. When the item is serialized out as xml, its value is "topMargin". |
BottomMargin | 5 | Bottom Margin. When the item is serialized out as xml, its value is "bottomMargin". |
InsideMargin | 6 | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". |
OutsideMargin | 7 | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". |
BottomMargin | Bottom Margin. When the item is serialized out as xml, its value is "bottomMargin". |
|
Equality(VerticalRelativePositionValues, VerticalRelativePositionValues) | ||
Equals(Object) | ||
Equals(VerticalRelativePositionValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<VerticalRelativePositionValues>.Create(String) | ||
Inequality(VerticalRelativePositionValues, VerticalRelativePositionValues) | ||
InsideMargin | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". |
|
Line | Line. When the item is serialized out as xml, its value is "line". |
|
Margin | Page Margin. When the item is serialized out as xml, its value is "margin". |
|
OutsideMargin | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". |
|
Page | Page Edge. When the item is serialized out as xml, its value is "page". |
|
Paragraph | Paragraph. When the item is serialized out as xml, its value is "paragraph". |
|
TopMargin | Top Margin. When the item is serialized out as xml, its value is "topMargin". |
|
ToString() | ||
VerticalRelativePositionValues(String) | Creates a new VerticalRelativePositionValues enum instance |