public abstract class Section extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationStore |
annotations |
protected ExtentPDFReporterConfig |
config |
protected Destination.DestinationStore |
destinations |
protected @NonNull org.apache.pdfbox.pdmodel.PDDocument |
document |
protected PageHeader |
pageHeader |
protected @NonNull com.aventstack.extentreports.model.Report |
report |
| Constructor and Description |
|---|
Section() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createPage() |
abstract void |
createSection() |
abstract String |
getSectionTitle() |
void |
pageHeaderDetails() |
@NonNull protected @NonNull org.apache.pdfbox.pdmodel.PDDocument document
protected Destination.DestinationStore destinations
protected AnnotationStore annotations
protected ExtentPDFReporterConfig config
@NonNull protected @NonNull com.aventstack.extentreports.model.Report report
protected PageHeader pageHeader
public abstract void createSection()
protected void createPage()
public void pageHeaderDetails()
public abstract String getSectionTitle()
Copyright © 2021. All rights reserved.