WordProcessingRelativeHorizontalPosition Enumeration |
Specifies to what the horizontal position of an object is relative.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic enum WordProcessingRelativeHorizontalPosition
Public Enumeration WordProcessingRelativeHorizontalPosition
public enum class WordProcessingRelativeHorizontalPosition
type WordProcessingRelativeHorizontalPosition
Members
| Member 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).
|
See Also