WordProcessingRelativeHorizontalPosition
Leave feedback
On this page
Specifies to what the horizontal position of an object is relative.
public enum WordProcessingRelativeHorizontalPosition
| Name | Value | Description |
|---|---|---|
| Margin | 0 |
Specifies that the horizontal positioning is relative to the page margins. |
| Page | 1 |
The object is positioned relative to the left edge of the page. |
| Column | 2 |
The object is positioned relative to the left side of the column. |
| Character | 3 |
The object is positioned relative to the left side of the paragraph. |
| LeftMargin | 4 |
Specifies that the horizontal positioning is relative to the left margin of the page. |
| RightMargin | 5 |
Specifies that the horizontal positioning is relative to the right margin of the page. |
| InsideMargin | 6 |
Specifies that the horizontal positioning is relative to the inside margin of the current page (the left margin on odd pages, right on even pages). |
| OutsideMargin | 7 |
Specifies that the horizontal positioning is relative to the outside margin of the current page (the right margin on odd pages, left on even pages). |
- namespace GroupDocs.Watermark.Contents.WordProcessing
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.