Java org.apache.poi.xwpf.usermodel XWPFHeaderFooter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel XWPFHeaderFooter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel XWPFHeaderFooter.

The text is from its open source code.

Method

ListgetBodyElements()
ListgetTables()
Return the table(s) that holds the text of the header or footer, for complex cases where a paragraph isn't used.
voidinsertTable(int pos, XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables
voidsetHeaderFooter(CTHdrFtr headerFooter)
set a new headerFooter
CTHdrFtr_getHdrFtr()