Class PageOptions
java.lang.Object
com.polarion.alm.tracker.exporter.configuration.PageOptions
Options for an exporter specifying page format, headers etc.
- Since:
- 3.17.1
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
If the exporter supports bookmarks, this value will notify it to generate them.static PageOptions.Builder
create()
Creates an empty builder.Creates a builder with the prefilled values from the current instance.boolean
Hint for the exporter to try and fit the content to the page.footers()
headers()
boolean
-
Method Details
-
pageFormat
-
pageOrientation
-
fitToPageWidth
public boolean fitToPageWidth()Hint for the exporter to try and fit the content to the page. -
bookmarks
public boolean bookmarks()If the exporter supports bookmarks, this value will notify it to generate them. -
repeatTableHeaders
public boolean repeatTableHeaders()- Since:
- 3.23.4
-
headers
-
watermark
-
pageMargin
-
customFileNames
-
hyperlinkPurgeType
- Since:
- 3.23.10
-
create
Creates an empty builder. -
createCopy
Creates a builder with the prefilled values from the current instance.
-