Package tech.grasshopper.pdf.structure
Class Section
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- Direct Known Subclasses:
DetailedSection,ExpandedSection,PaginatedSection,SinglePageSection
public abstract class Section extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Destination.DestinationStoredestinationsprotected @NonNull DisplayDatadisplayDataprotected @NonNull org.apache.pdfbox.pdmodel.PDDocumentdocumentprotected ReportConfigreportConfig
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected org.apache.pdfbox.pdmodel.PDPagecreatePage()abstract voidcreateSection()
-
-
-
Field Detail
-
document
@NonNull protected @NonNull org.apache.pdfbox.pdmodel.PDDocument document
-
displayData
@NonNull protected @NonNull DisplayData displayData
-
reportConfig
protected ReportConfig reportConfig
-
destinations
protected Destination.DestinationStore destinations
-
-