Version 24.2 (latest)

TextDocument Class Properties

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

Public Properties
 NameDescription
Public PropertyAutoCasingModeGets or sets the auto-casing behaviors to use when the language has case-insensitive keywords and other terminal symbols.  
Public PropertyCurrentSnapshotReturns a snapshot representing the current version of the document (read-only).  
Public PropertyFileNameReturns the name of the file passed into the Load(String) method (read-only)  
Public PropertyIsReadOnlyReturns/sets whether or not the text in the document can be changed.  
Public PropertyLanguageReturns/sets the associated language  
Public PropertyNewLineSequenceReturns/sets the sequence of characters used to delimit lines in the document.  
Public PropertySyntaxTreeReturns the syntax parse tree (read-only)  
Public PropertyTabEntryBehaviorReturns/sets what gets inserted into a document when a tab key is entered..  
Public PropertyTabExtentReturns/sets the number of spaces a tab character represents.  
Public PropertyUndoManagerReturns/sets the object that manages the undo/redo stacks  
See Also