ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / RtfTextFlow Enumeration

In This Topic
    RtfTextFlow Enumeration
    In This Topic
    The text flow (direct) enumeration.
    Syntax
    'Declaration
     
    Public Enum RtfTextFlow 
       Inherits System.Enum
    public enum RtfTextFlow : System.Enum 
    Members
    MemberDescription
    BottomToTopBottom to top text direct.
    LeftToRightLeft to right text direct.
    LeftToRigthLeft to right text direct.
    TopToBottomTop to bottom text direct.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Word.RtfTextFlow

    See Also