For a list of all members of this type, see TextDocument members.
Name | Description | |
---|---|---|
![]() | AutoCasingMode | Gets or sets the auto-casing behaviors to use when the language has case-insensitive keywords and other terminal symbols. |
![]() | CurrentSnapshot | Returns a snapshot representing the current version of the document (read-only). |
![]() | FileName | Returns the name of the file passed into the Load(String) method (read-only) |
![]() | IsReadOnly | Returns/sets whether or not the text in the document can be changed. |
![]() | Language | Returns/sets the associated language |
![]() | NewLineSequence | Returns/sets the sequence of characters used to delimit lines in the document. |
![]() | SyntaxTree | Returns the syntax parse tree (read-only) |
![]() | TabEntryBehavior | Returns/sets what gets inserted into a document when a tab key is entered.. |
![]() | TabExtent | Returns/sets the number of spaces a tab character represents. |
![]() | UndoManager | Returns/sets the object that manages the undo/redo stacks |