Adapter IDocumentAccessor -> TextDocument
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class TextDocumentAccessor : IDocumentAccessor
Public NotInheritable Class TextDocumentAccessor _ Implements IDocumentAccessor
public ref class TextDocumentAccessor sealed : IDocumentAccessor
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
TextDocumentAccessor(TextDocument) |
Creates a new TextDocumentAccessor.
| |
TextDocumentAccessor(TextDocument, Int32, Int32) |
Creates a new TextDocumentAccessor that indents only a part of the document.
| |
Equals(Object) | (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsReadOnly | Gets if the current line is read only (because it is not in the
selected text region) | |
LineNumber | Gets the number of the current line. | |
MoveNext()()()() | Advances to the next line. | |
Text | Gets/Sets the text of the current line. | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
TextDocumentAccessor |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238