%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetActiveTextStyle Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetActiveTextStyle Method
textstyle
The TextStyle object to be set as active.
Sets the given TextStyle as the document's active TextStyle.

Syntax

JScript 
public function SetActiveTextStyle( 
   textstyle : Object
);

Parameters

textstyle
The TextStyle object to be set as active.

See Also