Package digilib.pdf
Class PDFTitlePage
- java.lang.Object
-
- digilib.pdf.PDFTitlePage
-
public class PDFTitlePage extends Object
A class for the generation of a title page for the generated pdf documents.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
logger
protected PDFRequest
request
-
Constructor Summary
Constructors Constructor Description PDFTitlePage(PDFRequest pdfji)
Initialize the TitlePage
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.itextpdf.layout.Document
createPage(com.itextpdf.layout.Document content)
Add the the title page to the PDF Document.protected String
getAuthor()
protected String
getDate()
protected String
getHeaderSubtitle()
protected String
getHeaderTitle()
protected com.itextpdf.layout.element.Image
getLogo()
protected String
getPages()
protected String
getReference()
protected String
getTitle()
protected String
getUrl()
-
-
-
Field Detail
-
request
protected PDFRequest request
-
logger
protected static org.slf4j.Logger logger
-
-
Constructor Detail
-
PDFTitlePage
public PDFTitlePage(PDFRequest pdfji)
Initialize the TitlePage- Parameters:
pdfji
-
-
-
Method Detail
-
createPage
public com.itextpdf.layout.Document createPage(com.itextpdf.layout.Document content)
Add the the title page to the PDF Document.- Returns:
-
getLogo
protected com.itextpdf.layout.element.Image getLogo()
-
getHeaderTitle
protected String getHeaderTitle()
-
getHeaderSubtitle
protected String getHeaderSubtitle()
-
getReference
protected String getReference()
-
getTitle
protected String getTitle()
-
getAuthor
protected String getAuthor()
-
getDate
protected String getDate()
-
getPages
protected String getPages()
-
getUrl
protected String getUrl()
-
-