public abstract class Display extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExtentPDFReporterConfig |
config |
protected org.apache.pdfbox.pdmodel.PDPageContentStream |
content |
static float |
CONTENT_END_Y |
static float |
CONTENT_MARGIN_TOP_Y |
static float |
CONTENT_START_Y |
protected org.apache.pdfbox.pdmodel.PDDocument |
document |
protected org.apache.pdfbox.pdmodel.PDPage |
page |
protected com.aventstack.extentreports.model.Report |
report |
protected ReportFont |
reportFont |
protected float |
xlocation |
protected float |
ylocation |
| Constructor and Description |
|---|
Display() |
public static final float CONTENT_START_Y
public static final float CONTENT_END_Y
public static final float CONTENT_MARGIN_TOP_Y
protected org.apache.pdfbox.pdmodel.PDPageContentStream content
protected ExtentPDFReporterConfig config
protected org.apache.pdfbox.pdmodel.PDDocument document
protected ReportFont reportFont
protected org.apache.pdfbox.pdmodel.PDPage page
protected com.aventstack.extentreports.model.Report report
protected float ylocation
protected float xlocation
Copyright © 2021. All rights reserved.