TextRange
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
beg | TextLoc | readwrite | |
end | TextLoc | readwrite |
Methods
Constructor
TextRange TextRange (beg: TextLoc, end: TextLoc)
Parameter | Type | Description |
---|---|---|
beg | TextLoc | |
end | TextLoc |
Example | new TextRange() |
Element of
Doc.TextSelection
Element.TextRange
Rubi.OyamojiTextRange
Rubi.RubiTextRange
TiApiClient.TextRange
TiFlow.TextRange
TiText.TextRange
TiTextTable.TextRange
TypedVal.trval
Var.TextRange
XRef.TextRange
Used in:
int Doc.CenterOnText (textRange: TextRange)
int Doc.DeleteText (textRange: TextRange)
TextItems Doc.GetTextForRange (tr: TextRange, flags: int)
TextItems Doc.GetTextForRange2 (tr: TextRange, flags: int, flags2: int)
int Doc.ScrollToText (textRange: TextRange)
void Doc.SetTextPropVal (textRange: TextRange, setVal: PropVal)
void Doc.SetTextProps (textRange: TextRange, setVal: PropVals)
void Doc.SetTextVal (textRange: TextRange, propNum: int, setVal: TypedVal)
Return
Jongware, 31-Oct-2011 v3.0.3f | Contents :: Index |