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


In This Topic
    WrappingHorizontalAlignment Enumeration
    In This Topic
    Value indicating the horizontal alignment of an element.
    Syntax
    'Declaration
     
    
    Public Enum WrappingHorizontalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WrappingHorizontalAlignment
    public enum WrappingHorizontalAlignment : System.Enum 
    Members
    MemberValueDescription
    CenteredRelativeToCharacter12Element is horizontally aligned from its Center relative to the associated character.
    CenteredRelativeToColumn11Element is horizontally aligned from its Center relative to the text column.
    CenteredRelativeToInsideMargin15Element is horizontally aligned from its Center relative to the inside margin.
    CenteredRelativeToLeftMargin13Element is horizontally aligned from its Center relative to the left margin.
    CenteredRelativeToMargin9Element is horizontally aligned from its Center relative to the left margin.
    CenteredRelativeToOutsideMargin16Element is horizontally aligned from its Center relative to the outside margin.
    CenteredRelativeToPage10Element is horizontally aligned from its Center relative to the page center position.
    CenteredRelativeToRightMargin14Element is horizontally aligned from its Center relative to the right margin.
    InsideOfMargin25Element is horizontally aligned from its Left inside of the margin.
    InsideOfPage26Element is horizontally aligned from its Left inside of the page.
    LeftRelativeToCharacter4Element is horizontally aligned from its Left relative to the associated character.
    LeftRelativeToColumn3Element is horizontally aligned from its Left relative to the text column.
    LeftRelativeToInsideMargin7Element is horizontally aligned from its Left relative to the inside margin.
    LeftRelativeToLeftMargin5Element is horizontally aligned from its Left relative to the left margin.
    LeftRelativeToMargin1Element is horizontally aligned from its Left relative to the margin.
    LeftRelativeToOutsideMargin8Element is horizontally aligned from its Left relative to the outside margin.
    LeftRelativeToPage2Element is horizontally aligned from its Left relative to the page left position.
    LeftRelativeToRightMargin6Element is horizontally aligned from its Left relative to the right margin.
    None0Not using any horizontal alignment.
    OutsideOfMargin27Element is horizontally aligned from its Left outside of the margin.
    OutsideOfPage28Element is horizontally aligned from its Left outside of the page.
    RightRelativeToCharacter20Element is horizontally aligned from its Right relative to the associated character.
    RightRelativeToColumn19Element is horizontally aligned from its Right relative to the text column.
    RightRelativeToInsideMargin23Element is horizontally aligned from its Right relative to the inside margin.
    RightRelativeToLeftMargin21Element is horizontally aligned from its Right relative to the left margin.
    RightRelativeToMargin17Element is horizontally aligned from its Right relative to the margin.
    RightRelativeToOutsideMargin24Element is horizontally aligned from its Right relative to the outside margin.
    RightRelativeToPage18Element is horizontally aligned from its Right relative to the page right position.
    RightRelativeToRightMargin22Element is horizontally aligned from its Right relative to the right margin.
    Remarks

    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.

    Inheritance Hierarchy

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

    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