SizeRelativeHorizontallyValues 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 SizeRelativeHorizontallyValues enumeration.
public enum SizeRelativeHorizontallyValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum SizeRelativeHorizontallyValues
public readonly struct SizeRelativeHorizontallyValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues>
type SizeRelativeHorizontallyValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type SizeRelativeHorizontallyValues =
type SizeRelativeHorizontallyValues = struct
interface IEnumValue
interface IEnumValueFactory<SizeRelativeHorizontallyValues>
Public Enum SizeRelativeHorizontallyValues
Public Structure SizeRelativeHorizontallyValues
Implements IEnumValue, IEnumValueFactory(Of SizeRelativeHorizontallyValues), IEquatable(Of SizeRelativeHorizontallyValues)
- Inheritance
-
SizeRelativeHorizontallyValues
- Inheritance
-
SizeRelativeHorizontallyValues
- Attributes
Fields
SizeRelativeHorizontallyValues(String) | Creates a new SizeRelativeHorizontallyValues enum instance |
|
Equals(SizeRelativeHorizontallyValues) | ||
Equals(Object) | ||
GetHashCode() | ||
InsideMargin | insideMargin. When the item is serialized out as xml, its value is "insideMargin". |
|
InsideMargin | 4 | insideMargin. When the item is serialized out as xml, its value is "insideMargin". |
LeftMargin | 2 | leftMargin. When the item is serialized out as xml, its value is "leftMargin". |
LeftMargin | leftMargin. When the item is serialized out as xml, its value is "leftMargin". |
|
Margin | 0 | margin. When the item is serialized out as xml, its value is "margin". |
Margin | margin. When the item is serialized out as xml, its value is "margin". |
|
Equality(SizeRelativeHorizontallyValues, SizeRelativeHorizontallyValues) | ||
Inequality(SizeRelativeHorizontallyValues, SizeRelativeHorizontallyValues) | ||
OutsideMargin | 5 | outsideMargin. When the item is serialized out as xml, its value is "outsideMargin". |
OutsideMargin | outsideMargin. When the item is serialized out as xml, its value is "outsideMargin". |
|
Page | 1 | page. When the item is serialized out as xml, its value is "page". |
Page | page. When the item is serialized out as xml, its value is "page". |
|
RightMargin | rightMargin. When the item is serialized out as xml, its value is "rightMargin". |
|
RightMargin | 3 | rightMargin. When the item is serialized out as xml, its value is "rightMargin". |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SizeRelativeHorizontallyValues>.Create(String) |