Xceed Words for .NET v3.0 Documentation
WrappingVerticalAlignment Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : WrappingVerticalAlignment Enumeration
Value indicating the vertical alignment of an element.
Syntax
'Declaration
 
Public Enum WrappingVerticalAlignment 
   Inherits System.Enum
'Usage
 
Dim instance As WrappingVerticalAlignment
public enum WrappingVerticalAlignment : System.Enum 
Members
MemberDescription
BottomRelativeToBottomMarginElement is vertically aligned from its Bottom relative to the bottom margin.
BottomRelativeToInsideMarginElement is vertically aligned from its Bottom relative to the inside margin.
BottomRelativeToLineElement is vertically aligned from its Bottom relative to the line.
BottomRelativeToMarginElement is vertically aligned from its Bottom relative to the margin.
BottomRelativeToOutsideMarginElement is vertically aligned from its Bottom relative to the outside margin.
BottomRelativeToPageElement is vertically aligned from its Bottom relative to the page bottom position.
BottomRelativeToTopMarginElement is vertically aligned from its Bottom relative to the top margin.
CenteredRelativeToBottomMarginElement is vertically aligned from its Center relative to the bottom margin.
CenteredRelativeToInsideMarginElement is vertically aligned from its Center relative to the inside margin.
CenteredRelativeToLineElement is vertically aligned from its Center relative to the line.
CenteredRelativeToMarginElement is vertically aligned from its Center relative to the margin.
CenteredRelativeToOutsideMarginElement is vertically aligned from its Center relative to the outside margin.
CenteredRelativeToPageElement is vertically aligned from its Center relative to the page center position.
CenteredRelativeToTopMarginElement is vertically aligned from its Center relative to the top margin.
InsideRelativeToBottomMarginElement is vertically aligned from its Inside relative to the bottom margin.
InsideRelativeToInsideMarginElement is vertically aligned from its Inside relative to the inside margin.
InsideRelativeToLineElement is vertically aligned from its Inside relative to the line.
InsideRelativeToMarginElement is vertically aligned from its Inside relative to the margin.
InsideRelativeToOutsideMarginElement is vertically aligned from its Inside relative to the outside margin.
InsideRelativeToPageElement is vertically aligned from its Inside relative to the page inside position.
InsideRelativeToTopMarginElement is vertically aligned from its Inside relative to the top margin.
NoneNot using any vertical alignment.
OutsideRelativeToBottomMarginElement is vertically aligned from its Outside relative to the bottom margin.
OutsideRelativeToInsideMarginElement is vertically aligned from its Outside relative to the inside margin.
OutsideRelativeToLineElement is vertically aligned from its Outside relative to the line.
OutsideRelativeToMarginElement is vertically aligned from its Outside relative to the margin.
OutsideRelativeToOutsideMarginElement is vertically aligned from its Outside relative to the outside margin.
OutsideRelativeToPageElement is vertically aligned from its Outside relative to the page outside position.
OutsideRelativeToTopMarginElement is vertically aligned from its Outside relative to the top margin.
TopRelativeToBottomMarginElement is vertically aligned from its Top relative to the bottom margin.
TopRelativeToInsideMarginElement is vertically aligned from its Top relative to the inside margin.
TopRelativeToLineElement is vertically aligned from its Top relative to the line.
TopRelativeToMarginElement is vertically aligned from its Top relative to the margin.
TopRelativeToOutsideMarginElement is vertically aligned from its Top relative to the outside margin.
TopRelativeToPageElement is vertically aligned from its Top relative to the page top position.
TopRelativeToTopMarginElement is vertically aligned from its Top relative to the top margin.
Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.WrappingVerticalAlignment

Requirements

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

See Also

Reference

Xceed.Document.NET Namespace