I'm investigating writing a filter using Java and UNO. So far, I can
iterate over text in a writer document, but I'm having trouble with
graphics. I can use an XTextCursor to create an
XContentEnumerationAccess and then find TextContent items using
XEnumeration xTextContentEnum = xTextContentAccess
.createContentEnumeration("com.sun.star.text.TextContent");
But I'm baffled as to how to pick up graphics that are anchored at a
paragraph as I iterate through a document. Is there a general
methodology for a filter to iterate over ALL the content of a Writer
document in order?
--
Ian Shields <[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]