com.polarion.alm.tracker.exporter.configuration.PageOptions
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, IPageFormat | pageFormat() | |
public, PageOrientation | pageOrientation() | |
public, boolean | fitToPageWidth() | Hint for the exporter to try and fit the content to the page. |
public, boolean | bookmarks() | If the exporter supports bookmarks, this value will notify it to generate them. |
public, boolean | repeatTableHeaders() | |
public, List | headers() | |
public, List | footers() | |
public, PageWatermark | watermark() | |
public, Margin | pageMargin() | |
public, PageCustomNames | customFileNames() | |
public, HyperlinkPurgeType | hyperlinkPurgeType() | |
public, static, Builder | create() | Creates an empty builder. |
public, Builder | createCopy() | Creates a builder with the prefilled values from the current instance. |
Back to Index