Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / WrappingVerticalAlignment Enumeration


In This Topic
    WrappingVerticalAlignment Enumeration
    In This Topic
    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
    MemberValueDescription
    BottomRelativeToBottomMargin19Element is vertically aligned from its Bottom relative to the bottom margin.
    BottomRelativeToInsideMargin20Element is vertically aligned from its Bottom relative to the inside margin.
    BottomRelativeToLine17Element is vertically aligned from its Bottom relative to the line.
    BottomRelativeToMargin15Element is vertically aligned from its Bottom relative to the margin.
    BottomRelativeToOutsideMargin21Element is vertically aligned from its Bottom relative to the outside margin.
    BottomRelativeToPage16Element is vertically aligned from its Bottom relative to the page bottom position.
    BottomRelativeToTopMargin18Element is vertically aligned from its Bottom relative to the top margin.
    CenteredRelativeToBottomMargin12Element is vertically aligned from its Center relative to the bottom margin.
    CenteredRelativeToInsideMargin13Element is vertically aligned from its Center relative to the inside margin.
    CenteredRelativeToLine10Element is vertically aligned from its Center relative to the line.
    CenteredRelativeToMargin8Element is vertically aligned from its Center relative to the margin.
    CenteredRelativeToOutsideMargin14Element is vertically aligned from its Center relative to the outside margin.
    CenteredRelativeToPage9Element is vertically aligned from its Center relative to the page center position.
    CenteredRelativeToTopMargin11Element is vertically aligned from its Center relative to the top margin.
    InsideRelativeToBottomMargin26Element is vertically aligned from its Inside relative to the bottom margin.
    InsideRelativeToInsideMargin27Element is vertically aligned from its Inside relative to the inside margin.
    InsideRelativeToLine24Element is vertically aligned from its Inside relative to the line.
    InsideRelativeToMargin22Element is vertically aligned from its Inside relative to the margin.
    InsideRelativeToOutsideMargin28Element is vertically aligned from its Inside relative to the outside margin.
    InsideRelativeToPage23Element is vertically aligned from its Inside relative to the page inside position.
    InsideRelativeToTopMargin25Element is vertically aligned from its Inside relative to the top margin.
    None0Not using any vertical alignment.
    OutsideRelativeToBottomMargin33Element is vertically aligned from its Outside relative to the bottom margin.
    OutsideRelativeToInsideMargin34Element is vertically aligned from its Outside relative to the inside margin.
    OutsideRelativeToLine31Element is vertically aligned from its Outside relative to the line.
    OutsideRelativeToMargin29Element is vertically aligned from its Outside relative to the margin.
    OutsideRelativeToOutsideMargin35Element is vertically aligned from its Outside relative to the outside margin.
    OutsideRelativeToPage30Element is vertically aligned from its Outside relative to the page outside position.
    OutsideRelativeToTopMargin32Element is vertically aligned from its Outside relative to the top margin.
    TopRelativeToBottomMargin5Element is vertically aligned from its Top relative to the bottom margin.
    TopRelativeToInsideMargin6Element is vertically aligned from its Top relative to the inside margin.
    TopRelativeToLine3Element is vertically aligned from its Top relative to the line.
    TopRelativeToMargin1Element is vertically aligned from its Top relative to the margin.
    TopRelativeToOutsideMargin7Element is vertically aligned from its Top relative to the outside margin.
    TopRelativeToPage2Element is vertically aligned from its Top relative to the page top position.
    TopRelativeToTopMargin4Element 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

    Supported Frameworks

    .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.

    See Also