'DeclarationPublic Enum WrappingHorizontalAlignment Inherits System.Enum
'UsageDim instance As WrappingHorizontalAlignment
public enum WrappingHorizontalAlignment : System.Enum
'DeclarationPublic Enum WrappingHorizontalAlignment Inherits System.Enum
'UsageDim instance As WrappingHorizontalAlignment
public enum WrappingHorizontalAlignment : System.Enum
| Member | Value | Description |
|---|---|---|
| CenteredRelativeToCharacter | 12 | Element is horizontally aligned from its Center relative to the associated character. |
| CenteredRelativeToColumn | 11 | Element is horizontally aligned from its Center relative to the text column. |
| CenteredRelativeToInsideMargin | 15 | Element is horizontally aligned from its Center relative to the inside margin. |
| CenteredRelativeToLeftMargin | 13 | Element is horizontally aligned from its Center relative to the left margin. |
| CenteredRelativeToMargin | 9 | Element is horizontally aligned from its Center relative to the left margin. |
| CenteredRelativeToOutsideMargin | 16 | Element is horizontally aligned from its Center relative to the outside margin. |
| CenteredRelativeToPage | 10 | Element is horizontally aligned from its Center relative to the page center position. |
| CenteredRelativeToRightMargin | 14 | Element is horizontally aligned from its Center relative to the right margin. |
| InsideOfMargin | 25 | Element is horizontally aligned from its Left inside of the margin. |
| InsideOfPage | 26 | Element is horizontally aligned from its Left inside of the page. |
| LeftRelativeToCharacter | 4 | Element is horizontally aligned from its Left relative to the associated character. |
| LeftRelativeToColumn | 3 | Element is horizontally aligned from its Left relative to the text column. |
| LeftRelativeToInsideMargin | 7 | Element is horizontally aligned from its Left relative to the inside margin. |
| LeftRelativeToLeftMargin | 5 | Element is horizontally aligned from its Left relative to the left margin. |
| LeftRelativeToMargin | 1 | Element is horizontally aligned from its Left relative to the margin. |
| LeftRelativeToOutsideMargin | 8 | Element is horizontally aligned from its Left relative to the outside margin. |
| LeftRelativeToPage | 2 | Element is horizontally aligned from its Left relative to the page left position. |
| LeftRelativeToRightMargin | 6 | Element is horizontally aligned from its Left relative to the right margin. |
| None | 0 | Not using any horizontal alignment. |
| OutsideOfMargin | 27 | Element is horizontally aligned from its Left outside of the margin. |
| OutsideOfPage | 28 | Element is horizontally aligned from its Left outside of the page. |
| RightRelativeToCharacter | 20 | Element is horizontally aligned from its Right relative to the associated character. |
| RightRelativeToColumn | 19 | Element is horizontally aligned from its Right relative to the text column. |
| RightRelativeToInsideMargin | 23 | Element is horizontally aligned from its Right relative to the inside margin. |
| RightRelativeToLeftMargin | 21 | Element is horizontally aligned from its Right relative to the left margin. |
| RightRelativeToMargin | 17 | Element is horizontally aligned from its Right relative to the margin. |
| RightRelativeToOutsideMargin | 24 | Element is horizontally aligned from its Right relative to the outside margin. |
| RightRelativeToPage | 18 | Element is horizontally aligned from its Right relative to the page right position. |
| RightRelativeToRightMargin | 22 | Element is horizontally aligned from its Right relative to the right margin. |
The available horizontal alignments for a picture are Left, Centered, Right, Inside or Outside, relative to Margin, Page, Column, Character, LeftMargin, RightMargin, InsideMargin or OutsideMargin.
The available horizontal alignments for a table are Left, Centered, Right, Inside or Outside, relative to Margin, Page or Column.
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.WrappingHorizontalAlignment
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.