Hi
In Aspose Words for Java, we are using the following code snippet for inserting the footer Text
for (Section s : doc.getSections())
{
s.getPageSetup().setDifferentFirstPageHeaderFooter(false);
s.getPageSetup…...Footer text showing in grey colour in Word docs Aspose.Words...snippet for inserting the footer text for (Section s : doc.getSections())...