'Declaration Public Enum WrappingHorizontalAlignment Inherits System.Enum
'Usage Dim instance As WrappingHorizontalAlignment
public enum WrappingHorizontalAlignment : System.Enum
'Declaration Public Enum WrappingHorizontalAlignment Inherits System.Enum
'Usage Dim instance As WrappingHorizontalAlignment
public enum WrappingHorizontalAlignment : System.Enum
Member | Description |
---|---|
CenteredRelativeToCharacter | Element is horizontally aligned from its Center relative to the associated character. |
CenteredRelativeToColumn | Element is horizontally aligned from its Center relative to the text column. |
CenteredRelativeToInsideMargin | Element is horizontally aligned from its Center relative to the inside margin. |
CenteredRelativeToLeftMargin | Element is horizontally aligned from its Center relative to the left margin. |
CenteredRelativeToMargin | Element is horizontally aligned from its Center relative to the left margin. |
CenteredRelativeToOutsideMargin | Element is horizontally aligned from its Center relative to the outside margin. |
CenteredRelativeToPage | Element is horizontally aligned from its Center relative to the page center position. |
CenteredRelativeToRightMargin | Element is horizontally aligned from its Center relative to the right margin. |
InsideOfMargin | Element is horizontally aligned from its Left inside of the margin. |
InsideOfPage | Element is horizontally aligned from its Left inside of the page. |
LeftRelativeToCharacter | Element is horizontally aligned from its Left relative to the associated character. |
LeftRelativeToColumn | Element is horizontally aligned from its Left relative to the text column. |
LeftRelativeToInsideMargin | Element is horizontally aligned from its Left relative to the inside margin. |
LeftRelativeToLeftMargin | Element is horizontally aligned from its Left relative to the left margin. |
LeftRelativeToMargin | Element is horizontally aligned from its Left relative to the margin. |
LeftRelativeToOutsideMargin | Element is horizontally aligned from its Left relative to the outside margin. |
LeftRelativeToPage | Element is horizontally aligned from its Left relative to the page left position. |
LeftRelativeToRightMargin | Element is horizontally aligned from its Left relative to the right margin. |
None | Not using any horizontal alignment. |
OutsideOfMargin | Element is horizontally aligned from its Left outside of the margin. |
OutsideOfPage | Element is horizontally aligned from its Left outside of the page. |
RightRelativeToCharacter | Element is horizontally aligned from its Right relative to the associated character. |
RightRelativeToColumn | Element is horizontally aligned from its Right relative to the text column. |
RightRelativeToInsideMargin | Element is horizontally aligned from its Right relative to the inside margin. |
RightRelativeToLeftMargin | Element is horizontally aligned from its Right relative to the left margin. |
RightRelativeToMargin | Element is horizontally aligned from its Right relative to the margin. |
RightRelativeToOutsideMargin | Element is horizontally aligned from its Right relative to the outside margin. |
RightRelativeToPage | Element is horizontally aligned from its Right relative to the page right position. |
RightRelativeToRightMargin | 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
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2