Xceed Words for .NET v5.0 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
    MemberDescription
    CenteredRelativeToCharacterElement is horizontally aligned from its Center relative to the associated character.
    CenteredRelativeToColumnElement is horizontally aligned from its Center relative to the text column.
    CenteredRelativeToInsideMarginElement is horizontally aligned from its Center relative to the inside margin.
    CenteredRelativeToLeftMarginElement is horizontally aligned from its Center relative to the left margin.
    CenteredRelativeToMarginElement is horizontally aligned from its Center relative to the left margin.
    CenteredRelativeToOutsideMarginElement is horizontally aligned from its Center relative to the outside margin.
    CenteredRelativeToPageElement is horizontally aligned from its Center relative to the page center position.
    CenteredRelativeToRightMarginElement is horizontally aligned from its Center relative to the right margin.
    InsideOfMarginElement is horizontally aligned from its Left inside of the margin.
    InsideOfPageElement is horizontally aligned from its Left inside of the page.
    LeftRelativeToCharacterElement is horizontally aligned from its Left relative to the associated character.
    LeftRelativeToColumnElement is horizontally aligned from its Left relative to the text column.
    LeftRelativeToInsideMarginElement is horizontally aligned from its Left relative to the inside margin.
    LeftRelativeToLeftMarginElement is horizontally aligned from its Left relative to the left margin.
    LeftRelativeToMarginElement is horizontally aligned from its Left relative to the margin.
    LeftRelativeToOutsideMarginElement is horizontally aligned from its Left relative to the outside margin.
    LeftRelativeToPageElement is horizontally aligned from its Left relative to the page left position.
    LeftRelativeToRightMarginElement is horizontally aligned from its Left relative to the right margin.
    NoneNot using any horizontal alignment.
    OutsideOfMarginElement is horizontally aligned from its Left outside of the margin.
    OutsideOfPageElement is horizontally aligned from its Left outside of the page.
    RightRelativeToCharacterElement is horizontally aligned from its Right relative to the associated character.
    RightRelativeToColumnElement is horizontally aligned from its Right relative to the text column.
    RightRelativeToInsideMarginElement is horizontally aligned from its Right relative to the inside margin.
    RightRelativeToLeftMarginElement is horizontally aligned from its Right relative to the left margin.
    RightRelativeToMarginElement is horizontally aligned from its Right relative to the margin.
    RightRelativeToOutsideMarginElement is horizontally aligned from its Right relative to the outside margin.
    RightRelativeToPageElement is horizontally aligned from its Right relative to the page right position.
    RightRelativeToRightMarginElement 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

    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