Chapter 2 -- 99
Reference Guide
"
"
"
"
Text.SelText
Retrieves the current selection of text if any.
Access
Read-Only.
Type
VT_DISPATCH or TextSelection object.
"
"
"
"
Text.AppendCRLF
VTS_NONE
AppendCRLF
(
fntFont
).
Appends a <CrLf> at the end of the text.
Parameters
:
fntFont
Optional VT_FONT or StdFont. Font associated with
the Carriage return.
"
"
"
"
Text.AppendString
VTS_NONE
AppendString
(
strString
,
fntFont
).
Appends a string at the end of the text.
Parameters
:
strString
Required VT_BSTR or String. String to append.
fntFont
Optional VT_FONT or StdFont. Font associated with
the string.
"
"
"
"
Text.AppendTextObject
VTS_NONE
AppendTextObject
(
objectText
).
Appends a Text object at the end of the text.
Parameters
:
objectText
Required VT_DISPATCH or Text object. Text object
to append.
Object
Methods