'Declaration Public Enum WrappingVerticalAlignment Inherits System.Enum
'Usage Dim instance As WrappingVerticalAlignment
public enum WrappingVerticalAlignment : System.Enum
'Declaration Public Enum WrappingVerticalAlignment Inherits System.Enum
'Usage Dim instance As WrappingVerticalAlignment
public enum WrappingVerticalAlignment : System.Enum
Member | Description |
---|---|
BottomRelativeToBottomMargin | Element is vertically aligned from its Bottom relative to the bottom margin. |
BottomRelativeToInsideMargin | Element is vertically aligned from its Bottom relative to the inside margin. |
BottomRelativeToLine | Element is vertically aligned from its Bottom relative to the line. |
BottomRelativeToMargin | Element is vertically aligned from its Bottom relative to the margin. |
BottomRelativeToOutsideMargin | Element is vertically aligned from its Bottom relative to the outside margin. |
BottomRelativeToPage | Element is vertically aligned from its Bottom relative to the page bottom position. |
BottomRelativeToTopMargin | Element is vertically aligned from its Bottom relative to the top margin. |
CenteredRelativeToBottomMargin | Element is vertically aligned from its Center relative to the bottom margin. |
CenteredRelativeToInsideMargin | Element is vertically aligned from its Center relative to the inside margin. |
CenteredRelativeToLine | Element is vertically aligned from its Center relative to the line. |
CenteredRelativeToMargin | Element is vertically aligned from its Center relative to the margin. |
CenteredRelativeToOutsideMargin | Element is vertically aligned from its Center relative to the outside margin. |
CenteredRelativeToPage | Element is vertically aligned from its Center relative to the page center position. |
CenteredRelativeToTopMargin | Element is vertically aligned from its Center relative to the top margin. |
InsideRelativeToBottomMargin | Element is vertically aligned from its Inside relative to the bottom margin. |
InsideRelativeToInsideMargin | Element is vertically aligned from its Inside relative to the inside margin. |
InsideRelativeToLine | Element is vertically aligned from its Inside relative to the line. |
InsideRelativeToMargin | Element is vertically aligned from its Inside relative to the margin. |
InsideRelativeToOutsideMargin | Element is vertically aligned from its Inside relative to the outside margin. |
InsideRelativeToPage | Element is vertically aligned from its Inside relative to the page inside position. |
InsideRelativeToTopMargin | Element is vertically aligned from its Inside relative to the top margin. |
None | Not using any vertical alignment. |
OutsideRelativeToBottomMargin | Element is vertically aligned from its Outside relative to the bottom margin. |
OutsideRelativeToInsideMargin | Element is vertically aligned from its Outside relative to the inside margin. |
OutsideRelativeToLine | Element is vertically aligned from its Outside relative to the line. |
OutsideRelativeToMargin | Element is vertically aligned from its Outside relative to the margin. |
OutsideRelativeToOutsideMargin | Element is vertically aligned from its Outside relative to the outside margin. |
OutsideRelativeToPage | Element is vertically aligned from its Outside relative to the page outside position. |
OutsideRelativeToTopMargin | Element is vertically aligned from its Outside relative to the top margin. |
TopRelativeToBottomMargin | Element is vertically aligned from its Top relative to the bottom margin. |
TopRelativeToInsideMargin | Element is vertically aligned from its Top relative to the inside margin. |
TopRelativeToLine | Element is vertically aligned from its Top relative to the line. |
TopRelativeToMargin | Element is vertically aligned from its Top relative to the margin. |
TopRelativeToOutsideMargin | Element is vertically aligned from its Top relative to the outside margin. |
TopRelativeToPage | Element is vertically aligned from its Top relative to the page top position. |
TopRelativeToTopMargin | Element is vertically aligned from its Top relative to the top margin. |
The available vertical alignments for a picture are Top, Centered, Bottom, Inside or Outside, relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or OutsideMargin.
The available vertical alignments for a table are Top, Centered, Bottom, Inside or Outside, relative to Margin or Page.
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.WrappingVerticalAlignment
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