Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / ENHorizontalAnchor Enumeration


In This Topic
    ENHorizontalAnchor Enumeration
    In This Topic
    Enumerates the block flow modes
    Syntax
    'Declaration
     
    
    Public Enum ENHorizontalAnchor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENHorizontalAnchor
    public enum ENHorizontalAnchor : System.Enum 
    Members
    MemberDescription
    AncestorAnchored to ancestor
    FlowAnchored to column
    InsideMarginSpecifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
    LeftMarginSpecifies that the horizontal positioning shall be relative to the left margin of the page.
    MarginAnchored to page margin
    OutsideMarginSpecifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).
    PageAnchored to page
    RightMarginSpecifies that the horizontal positioning shall be relative to the right margin of the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Text.ENHorizontalAnchor

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also