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


In This Topic
    ENClearMode Enumeration
    In This Topic
    Enumerates the block clear modes.
    Syntax
    'Declaration
     
    
    Public Enum ENClearMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENClearMode
    public enum ENClearMode : System.Enum 
    Members
    MemberDescription
    AllWill be positioned after all floating blocks
    CenterWill be positioned after all center floating blocks
    LeftWill be positioned after all left floating blocks
    NoneAllows floating elements on both sides
    RightWill be positioned after all right floating blocks
    Inheritance Hierarchy

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

    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