ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParagraph Class / IsEmpty Property

In This Topic
    IsEmpty Property (RtfParagraph)
    In This Topic
    Gets true if this object is empty, otherwise false.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsEmpty As Boolean
    public override bool IsEmpty {get;}
    See Also