ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / TextFlow Property

In This Topic
    TextFlow Property (RtfParagraph)
    In This Topic
    Gets or sets the text direct value of this paragraph.
    Syntax
    'Declaration
     
    Public Property TextFlow As RtfTextFlow
    public RtfTextFlow TextFlow {get; set;}

    Property Value

    The C1.C1Word.RtfTextFlow value.
    See Also