| Package | Description |
|---|---|
| gutenberg.itext |
| Modifier and Type | Method and Description |
|---|---|
PageInfos |
PageNumber.pageInfos() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> |
HeaderFooter.create(Styles styles,
Object fontKey,
String firstPageTemplate,
String otherPageTemplate,
com.itextpdf.text.Phrase otherPage) |
static com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> |
HeaderFooter.none() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableOfContents.addEntry(String text,
int level,
PageInfos pageInfos,
String anchorDst) |
void |
HeaderFooter.drawFooter(com.itextpdf.text.pdf.PdfContentByte canvas,
PageInfos pageInfos) |
void |
HeaderFooter.drawHeader(com.itextpdf.text.pdf.PdfContentByte canvas,
PageInfos pageInfos) |
| Constructor and Description |
|---|
Entry(String text,
int level,
PageInfos pageInfos,
String anchorDst) |
| Constructor and Description |
|---|
HeaderFooter(PageNumber pageNumber,
Styles styles,
com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> header,
com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> footer) |
HeaderFooter(PageNumber pageNumber,
Styles styles,
com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> header,
com.google.common.base.Function<PageInfos,com.itextpdf.text.Phrase> footer) |
Copyright © 2014. All Rights Reserved.