Skip to main content
Participant
June 14, 2009
Question

How to remove all elements from textflow?

  • June 14, 2009
  • 1 reply
  • 1093 views

How to remove all elements from textflow?

This topic has been closed for replies.

1 reply

Adobe Employee
June 14, 2009

textFlow.replaceElements(0,textFlow.numChildren)

isa...Author
Participant
June 14, 2009

There is no replaceElements method in textFlow!

im using flash textlayout component.

I added some ParagraphElements into it, and i want to remove them all.

textlayout.textFlow.replaceElements(0,textFlow.numChildren); doesn't work