AutoPlay Media Studio 9

RichText.SetParagraphFormat

RichText.SetParagraphFormat

This is the first topic This is the last topic  

RichText.SetParagraphFormat

This is the first topic This is the last topic  

OverviewExamples

RichText.SetParagraphFormat (

string ObjectName,

table ParagraphFormat )

Example 1

-- Create the formatting table.

tbFormat = {};

tbFormat.Bulleted = true;

 

-- Set the formatting to bulleted.

RichText.SetParagraphFormat("RichText1", tbFormat);

Sets the current paragraph selection to bulleted in the richtext object named "RichText1."

See also: Related Actions


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