Package | Description |
---|---|
com.lowagie.text.rtf.headerfooter |
Modifier and Type | Method and Description |
---|---|
protected RtfHeaderFooter |
RtfHeaderFooterGroup.getHeaderAll()
Gets the RtfHeaderFooter for all pages
|
protected RtfHeaderFooter |
RtfHeaderFooterGroup.getHeaderFirst()
Gets the RtfHeaderFooter for the title page
|
protected RtfHeaderFooter |
RtfHeaderFooterGroup.getHeaderLeft()
Gets the RtfHeaderFooter for all left hand pages
|
protected RtfHeaderFooter |
RtfHeaderFooterGroup.getHeaderRight()
Gets the RtfHeaderFooter for all right hand pages
|
Modifier and Type | Method and Description |
---|---|
void |
RtfHeaderFooterGroup.setHeaderFooter(RtfHeaderFooter headerFooter,
int displayAt)
Set a RtfHeaderFooter to be displayed at a certain position
|
Constructor and Description |
---|
RtfHeaderFooter(RtfDocument doc,
RtfHeaderFooter headerFooter,
int displayAt)
Constructs a RtfHeaderFooter as a copy of an existing RtfHeaderFooter.
|
RtfHeaderFooterGroup(RtfDocument doc,
RtfHeaderFooter headerFooter,
int type)
Constructs a RtfHeaderFooterGroup for a certain RtfHeaderFooter.
|
Copyright © 2015. All rights reserved.