Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InlineRichText Class / IsPlainText Property

In This Topic
    IsPlainText Property
    In This Topic
    Gets a value indicating whether the content does not have formatting or drawings.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPlainText As System.Boolean
    public System.bool IsPlainText {get;}
    See Also