public final class Targets extends Object
Modifier and Type | Field and Description |
---|---|
static Set<TargetFormat> |
DEFAULT_TARGETS
Set of default target formats.
|
static TargetFormat |
EPUB
Render to EPUB.
|
static TargetFormat |
GIF
Render to JPG.
|
static TargetFormat |
HTML
Render to HTML.
|
static TargetFormat |
JPG
Render to JPG.
|
static TargetFormat |
MHTML
Render to MHTML.
|
static TargetFormat |
PDF
Render to PDF.
|
static TargetFormat |
PNG
Render to PNG.
|
static TargetFormat |
SVG
Render to SVG.
|
static TargetFormat |
TIFF
Render to TIFF.
|
Modifier and Type | Method and Description |
---|---|
static Set<TargetFormat> |
defineAs(TargetFormat... format)
Creates a set containing the specified target formats.
|
public static final TargetFormat PDF
public static final TargetFormat JPG
public static final TargetFormat GIF
public static final TargetFormat TIFF
public static final TargetFormat PNG
public static final TargetFormat HTML
public static final TargetFormat MHTML
public static final TargetFormat EPUB
public static final TargetFormat SVG
public static final Set<TargetFormat> DEFAULT_TARGETS
public static Set<TargetFormat> defineAs(TargetFormat... format)
format
- the target formatsCopyright © 2016 SAPERION AG. All rights reserved.