The WP Get style sheets command returns a collection of all the style sheet objects of the defined type in wpDoc.
In the wpDoc parameter, pass the 4D Write Pro document with the style sheets you want to get.
The type parameter specifies the type of style sheet to return. The available types are:
- wk type character for character style sheets
- wk type paragraph for paragraph style sheets
You want to retrieve a collection of all character style sheets:
C_COLLECTION($styleSheets)
$styleSheets:=WP Get style sheets(myDoc;wk type character)