I am trying to select all paragraph into the document. I am using the
following:

          // Get the XParagraphCursor interface of the document cursor
          XParagraphCursor xParaCursor = (XParagraphCursor) 
              UnoRuntime.queryInterface( XParagraphCursor.class, curText );

          // Select all  paragraphs inserted
          xParaCursor. ?????????? 
-- 
View this message in context: 
http://www.nabble.com/How-can-I-select-all-paragraphs-from-a-Text--tf2624653.html#a7323880
Sent from the openoffice - api dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to