public interface IPage
| Modifier and Type | Method and Description |
|---|---|
IHeaderFooter |
getCenterFooter()
Specifies a picture or text to be center aligned in the page footer.
|
IHeaderFooter |
getCenterHeader()
Specifies a picture or text to be center aligned in the page header.
|
IHeaderFooter |
getLeftFooter()
Specifies a picture or text to be left aligned in the page footer.
|
IHeaderFooter |
getLeftHeader()
Specifies a picture or text to be left aligned in the page header.
|
IHeaderFooter |
getRightFooter()
Specifies a picture or text to be right aligned in the page footer.
|
IHeaderFooter |
getRightHeader()
Specifies a picture or text to be right aligned in the page header.
|
IHeaderFooter getLeftHeader()
IHeaderFooter getCenterHeader()
IHeaderFooter getRightHeader()
IHeaderFooter getLeftFooter()
IHeaderFooter getCenterFooter()
IHeaderFooter getRightFooter()