%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
FindTextStyle Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : FindTextStyle Method
name
The name of the requested TextStyle.
Returns the TextStyle defined by the given name.

Syntax

JScript 
public function FindTextStyle( 
   name : String
) : Object;

Parameters

name
The name of the requested TextStyle.

Return Value

Returns the TextStyle that has the given name or null if it does not exist.

See Also