Package | Description |
---|---|
org.deidentifier.arx.certificate |
A package implementing certificate creation
|
org.deidentifier.arx.certificate.elements |
A package implementing elements used in certificates
|
Modifier and Type | Method and Description |
---|---|
static CertificateStyle |
CertificateStyle.create()
Creates a new instance
|
CertificateStyle |
CertificateStyle.sethMargin(float hMargin) |
CertificateStyle |
CertificateStyle.setListIndent(int listIndent) |
CertificateStyle |
CertificateStyle.setSubtitleFont(rst.pdfbox.layout.text.BaseFont subtitleFont) |
CertificateStyle |
CertificateStyle.setSubtitleSize(int subtitleSize) |
CertificateStyle |
CertificateStyle.setTextFont(rst.pdfbox.layout.text.BaseFont textFont) |
CertificateStyle |
CertificateStyle.setTextSize(int textSize) |
CertificateStyle |
CertificateStyle.setTitleAlignment(rst.pdfbox.layout.text.Alignment titleAlignment) |
CertificateStyle |
CertificateStyle.setTitleFont(rst.pdfbox.layout.text.BaseFont titleFont) |
CertificateStyle |
CertificateStyle.setTitleHint(rst.pdfbox.layout.elements.render.LayoutHint titleHint) |
CertificateStyle |
CertificateStyle.setTitleSize(int titleSize) |
CertificateStyle |
CertificateStyle.setvMargin(float vMargin) |
Modifier and Type | Method and Description |
---|---|
void |
ElementVerticalSpace.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementTitle.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementText.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementSubtitle.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementPageBreak.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementList.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
ElementData.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style) |
void |
Element.render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style)
Renders the element to the given target
|