Thank you for your reply. I'd like to get the Comment Author from both Tracked Changes comments and comments in a sentence. Is it possible to get these from Word95 and Word2003 files?
On 2017-08-03 18:23, "Javen O'Neal" <[email protected]> wrote: > The POI API for working with Word documents is pretty limited.> > > > > So that we're talking about the same feature, are you trying to access the> > > author of a Tracked Changes comment?> > > > > On Thu, Aug 3, 2017 at 2:12 AM, Yamaguchi, Yudai <> > > [email protected]> wrote:> > > > > > Hello all,> > > >> > > > I would like to ask about how to get the MetaData.> > > > From the Doc file of Word 2003,95 format, is it possible to get Comment> > > > Author?> > > > For processing Doc file of word2003 format, HWPFDocument class is used,> > > > for processing Doc file of 95 format, HWPFOldDocument class is used.> > > > From Docx file of Word2007 format, it was possible to get using> > > > getAuthor() of XWPFComment class.> > > > More over, from xls file of Excel95 format, Is it possible to get > > metadata?> > > > For the file process, OldExcelExtractor class is used.> > > >> > > > Thanks in advance.> > > > ------------------------------------------------------------> > > > --------------------------------> > > > ?82A?F0F? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
