Method FindTextStyle
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
FindTextStyle(string)
Returns the TextStyle defined by the given name.
public object FindTextStyle(string name)
Parameters
namestringThe name of the requested TextStyle.
Returns
- object
Returns the TextStyle that has the given name or null if it does not exist.