Skip to main content

Posts

Showing posts with the label Remove footnote and endnote from Word

Working with Footnotes and Endnotes in Word in Java

Footnotes and endnotes are commonly used to add supplemental information to the body text in Word documents. In this article, I am going to elaborate how to work with footnotes and endnotes, particularly, add, format and remove footnotes and endnotes in a Word document programmatically using  Free Spire.Doc for Java API . Add Dependencies First of all, you need to add needed dependencies for including Free Spire.Doc for Java into your Java project. There are two ways to do that. If you use maven, you need to add the following code to your project’s pom.xml file. < repositories > < repository > < id > com . e - iceblue </ id > < name > e - iceblue </ name > < url > http: //repo.e-iceblue.com/nexus/content/groups/public/</url> </ repository > </ repositories > < dependencies > < dependency > < groupId > e - ice...