for (Paragraph paragraph : footnote.getParagraphs()) {
for (Run run : paragraph.getRuns()) {
run.getFont().setColor(Color.RED);
}
}...document Document doc = new Document("Document.docx"); // Set the...FootnoteOptions footnoteOptions = doc.getFootnoteOptions(); footnoteOptions...