ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 Boolean
    public bool IsParagraph {get;}

    Property Value

    true if is paragraph content, otherwise false.
    See Also