Package tech.grasshopper.pdf.outline
Class Outline
- java.lang.Object
-
- tech.grasshopper.pdf.outline.Outline
-
public class Outline extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORS_SECTION_TEXTstatic StringDASHBOARD_SECTION_TEXTstatic StringDETAILED_SECTION_TEXTstatic StringDEVICES_SECTION_TEXTstatic StringEXPANDED_SECTION_TEXTstatic StringFAIL_SCENARIOS_SECTION_TEXTstatic StringFEATURES_SECTION_TEXTstatic StringSCENARIOS_SECTION_TEXTstatic StringSUMMARY_SECTION_TEXTstatic StringTAGS_SECTION_TEXT
-
Constructor Summary
Constructors Constructor Description Outline()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateDocumentOutline(org.apache.pdfbox.pdmodel.PDDocument document, ReportConfig reportConfig, Destination.DestinationStore destinations, ReportData reportData)
-
-
-
Field Detail
-
DASHBOARD_SECTION_TEXT
public static final String DASHBOARD_SECTION_TEXT
- See Also:
- Constant Field Values
-
SUMMARY_SECTION_TEXT
public static final String SUMMARY_SECTION_TEXT
- See Also:
- Constant Field Values
-
FAIL_SCENARIOS_SECTION_TEXT
public static final String FAIL_SCENARIOS_SECTION_TEXT
- See Also:
- Constant Field Values
-
TAGS_SECTION_TEXT
public static final String TAGS_SECTION_TEXT
- See Also:
- Constant Field Values
-
DEVICES_SECTION_TEXT
public static final String DEVICES_SECTION_TEXT
- See Also:
- Constant Field Values
-
AUTHORS_SECTION_TEXT
public static final String AUTHORS_SECTION_TEXT
- See Also:
- Constant Field Values
-
FEATURES_SECTION_TEXT
public static final String FEATURES_SECTION_TEXT
- See Also:
- Constant Field Values
-
SCENARIOS_SECTION_TEXT
public static final String SCENARIOS_SECTION_TEXT
- See Also:
- Constant Field Values
-
DETAILED_SECTION_TEXT
public static final String DETAILED_SECTION_TEXT
- See Also:
- Constant Field Values
-
EXPANDED_SECTION_TEXT
public static final String EXPANDED_SECTION_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDocumentOutline
public static void createDocumentOutline(org.apache.pdfbox.pdmodel.PDDocument document, ReportConfig reportConfig, Destination.DestinationStore destinations, ReportData reportData)
-
-