Version

RichTextDocument Class Properties

For a list of all members of this type, see RichTextDocument members.

Public Properties
 NameDescription
Public PropertyAggregateOffsetCountGets the total length of the document, which includes all the text as well as offsets that are assigned to other content such as paragraphs, list items, images etc...  
Public PropertyAvailableStylesA collection of the styles that are available to the document.  
Public PropertyCurrentVersionGets the instance representing the current version of the document.  
Public Propertystatic (Shared in Visual Basic)DefaultAvailableStylesA static collection of styles used to pre-populate each RichTextDocument's AvailableStyles collection.  
Public PropertyIsReadOnlyReturns/sets whether or not the text in the document can be changed.  
Public PropertyRootNodeGets the document root node.  
Public PropertyUndoManagerReturns/sets the object that manages the undo/redo stacks  
Public PropertyUnsupportedContentHandlingModeGets or sets the value indicating how to handle known unsupported content when portions of it can be loaded.  
Public PropertyUnsupportedContentHighlightSettingsGets or sets the character settings to use when highlighting portions of unsupported content which could be loaded.  
Public PropertyUnsupportedContentMessageGets or sets the message to use when displaying a message in place of known unsupported content.  
See Also