![JAR search and dependency download from the Maven repository](/logo.png)
tech.grasshopper.pdf.structure.SinglePageSection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-pdf-report Show documentation
Show all versions of cucumber-pdf-report Show documentation
Generates Cucumber execution report in PDF format
package tech.grasshopper.pdf.structure;
import org.apache.pdfbox.pdmodel.PDPage;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.SuperBuilder;
@Data
@SuperBuilder
@EqualsAndHashCode(callSuper = false)
public abstract class SinglePageSection extends Section {
protected PDPage page;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy