public interface PDFPageBandHeaders
Modifier and Type | Method and Description |
---|---|
float |
getBottomHeaderSpace()
the header space at bottom of page in addition to margins declared in the
page band
|
float |
getLeftHeaderSpace()
the header space at left of page in addition to margins declared in the page
band
|
float |
getRightHeaderSpace()
the header space at right of page in addition to margins declared in the page
band
|
float |
getTopHeaderSpace()
the header space at top of page in addition to margins declared in the page
band
|
void |
printHeaders(PDFPage currentpage,
float leftprintableinmm,
float topprintableinmm,
float rightprintableinmm,
float bottomprintableinmm)
Document parent to the page band
|
void printHeaders(PDFPage currentpage, float leftprintableinmm, float topprintableinmm, float rightprintableinmm, float bottomprintableinmm) throws java.io.IOException
currentpage
- the page on which to print the headerleftprintableinmm
- coordinate to start printing header on (page size
and margin taken into account)topprintableinmm
- coordinate to start printing header on (page size
and margin taken into account)rightprintableinmm
- coordinate to start printing header on (page size
and margin taken into account)bottomprintableinmm
- coordinate to start printing header on (page size
and margin taken into account)java.io.IOException
float getTopHeaderSpace()
float getBottomHeaderSpace()
float getLeftHeaderSpace()
float getRightHeaderSpace()