ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfInnerContent Class / IsParagraph Property

In This Topic
    IsParagraph Property (RtfInnerContent)
    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