|

ApplyToWord


(boolean) Whether to apply the formatting to any words the selection covers (or the insertion point is in), or to apply the formatting only to the selected characters (or to new characters entered at the insertion point if nothing is selected).



VALUE DESCRIPTION


true


Apply formatting to any words the selection covers.


false


Only apply formatting to selected characters. (Default)


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

RichText.SetSize

OverviewExamples

RichText.SetSize ( string ObjectName,


number Width,


number Height )


De s cr ip t ion


Sets the size of a richtext object.


P arame t er s


ObjectName


(string) The name of the richtext object.


|