ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word 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.
    TopToBottomTop to bottom text direct.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Word.RtfTextFlow

    See Also