Answered
Howto check type of flowgroupelement paragraph/div
How can i check if a flowgroupelement is a paragraph or div element
How can i check if a flowgroupelement is a paragraph or div element
How about
function isDivElement(elem:FlowGroupElement):Boolean
{ return elem is DivElement; }
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.