TextLocation#
Defines a range of text in a file. More...
import Script
Properties#
Name | |
---|---|
CodeDocument | document |
TextRange | range |
Detailed Description#
A mark is always created by a CodeDocument.
Property Documentation#
CodeDocument document#
This read-only property contains the source document for this text location.
TextRange range#
This read-only property contains the range of text in the document.