HorizontalRelativePositionValues enumeration
Office 2013 and later
Horizontal Relative Positioning
Namespace: DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Margin | Page Margin. When the item is serialized out as xml, its value is "margin". | |
| Page | Page Edge. When the item is serialized out as xml, its value is "page". | |
| Column | Column. When the item is serialized out as xml, its value is "column". | |
| Character | Character. When the item is serialized out as xml, its value is "character". | |
| LeftMargin | Left Margin. When the item is serialized out as xml, its value is "leftMargin". | |
| RightMargin | Right Margin. When the item is serialized out as xml, its value is "rightMargin". | |
| InsideMargin | Inside Margin. When the item is serialized out as xml, its value is "insideMargin". | |
| OutsideMargin | Outside Margin. When the item is serialized out as xml, its value is "outsideMargin". |
Show: