The Document type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AnchorIndex |
Gets index of the position where the selection starts (in char-index).
|
![]() |
CanRedo |
Gets whether an available REDO action exists or not.
|
![]() |
CanUndo |
Gets whether an available UNDO action exists or not.
|
![]() |
Capacity |
Gets or sets the size of the internal buffer.
|
![]() |
CaretIndex |
Gets index of where the caret is at (in char-index).
|
![]() |
EolCode |
Gets or sets default EOL Code of this document.
|
![]() |
Highlighter |
Gets or sets highlighter object to highlight currently active document
or null to disable highlighting.
|
![]() |
IsDirty |
Gets or sets whether any unsaved modifications exist or not.
|
![]() |
IsReadOnly |
Gets or sets whether this document is read-only or not.
|
![]() |
IsRecordingHistory |
Gets or sets whether this document is recording edit actions or not.
|
![]() |
Item |
Gets one character at given index.
|
![]() |
LastModifiedTime |
Gets the time when this document was last modified.
|
![]() |
Length |
Gets number of characters currently held in this document.
Note that a surrogate pair or combining characters will be counted as two characters.
|
![]() |
LineCount |
Gets number of the logical lines.
|
![]() |
MarksUri |
Gets or sets whether URIs in this document
should be marked automatically with built-in URI marker or not.
|
![]() |
MemoryUsage |
Gets estimated memory size used by this document.
|
![]() |
RectSelectRanges |
Gets or sets text ranges selected by rectangle selection.
|
![]() |
SelectionMode |
Gets or sets how to select text.
|
![]() |
Tag |
Gets or sets an object associated with this document.
|
![]() |
Text |
Gets or sets currently inputted text.
|
![]() |
WatchPatterns |
Gets the list of watching patterns.
|
![]() |
WordProc |
Gets or sets word processor object which determines how Azuki handles 'words.'
|