AutoPlay Media Studio 9

RichText.SetSelectionFormat

RichText.SetSelectionFormat

This is the first topic This is the last topic  

RichText.SetSelectionFormat

This is the first topic This is the last topic  

OverviewExamples

RichText.SetSelectionFormat (

string ObjectName,

table   CharacterFormat,

boolean ApplyToWord = false )

Example 1

-- Create a table for the formatting.

tbFormat = {Bold=true};

 

-- Set the selected text to bold.

RichText.SetSelectionFormat("RichText1", tbFormat, false);

Sets the selected text in the "RichText1" richtext object to Bold.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us