Footnote, superscript in Word Table cell, using java

How do we identify footnotes and superscripts in a table cell in Word, in java?

@vgm,

Thanks for your inquiry.

Footnote class represents a container for text of a footnote or endnote. The footnote and endnote are imported as NodeType.Footnote into Aspose.Words’ DOM. Please use Footnote.FootnoteType to distinguish between footnotes and endnotes.

Please use Run.Font.Superscript property to check if font is formatted as superscript.