ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfInnerContent Class / IsParagraph Property

In This Topic
    IsParagraph Property
    In This Topic
    Gets paragraph or no this content.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsParagraph As System.Boolean
    public System.bool IsParagraph {get;}

    Property Value

    true if is paragraph content, otherwise false.
    See Also