SizeRelativeHorizontallyValues enumeration
Office 2013 and later
Defines the SizeRelativeHorizontallyValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Margin | margin. When the item is serialized out as xml, its value is "margin". | |
| Page | page. When the item is serialized out as xml, its value is "page". | |
| LeftMargin | leftMargin. When the item is serialized out as xml, its value is "leftMargin". | |
| RightMargin | rightMargin. When the item is serialized out as xml, its value is "rightMargin". | |
| InsideMargin | insideMargin. When the item is serialized out as xml, its value is "insideMargin". | |
| OutsideMargin | outsideMargin. When the item is serialized out as xml, its value is "outsideMargin". |
Show: