Question
SubParagraphGroupElement can not be instantiated
I was trying to instantiate the class SubParagraphGroupElement and got this error - "Main Thread (Suspended: Error: Attempted construct of invalid FlowElement subclass)"
Exemple:
var subP:SubParagraphGroupElement = new SubParagraphGroupElement();
This is a bug?, if not how should I proceed to instantiate this class. Thanks.
