TextSize Option

 

The TextSize option changes the size of the text. The OptionValue is set to a number between 4 and 72.

 

Syntax

object.Construct(“CreateModule”)

object.Option(“Type”, “Text”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “Text”)

object.Option(“TextSize”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to change the text size.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Text")

  CommandApi.Option ("TextSize", "20")

  CommandApi.Do()

 

Used by: Text module

 

 

See Also

Automation Model