Package com.saperion.connector.options
Class Targets
java.lang.Object
com.saperion.connector.options.Targets
Contains constants and static methods to create and work with TargetFormats.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TargetFormatRender to BMP.static final Set<TargetFormat>Set of default target formats.static final TargetFormatRender to EPUB.static final TargetFormatRender to JPG.static final TargetFormatRender to HTML.static final TargetFormatRender to JPEG.static final TargetFormatRender to JPG.static final TargetFormatRender to MHTML.static final TargetFormatRender to PBM.static final TargetFormatRender to PDF.static final TargetFormatRender to PGM.static final TargetFormatRender to PNG.static final TargetFormatRender to PPM.static final TargetFormatRender to SVG.static final TargetFormatRender to TIF.static final TargetFormatRender to TIFF.static final TargetFormatRender to XML. -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<TargetFormat>defineAs(TargetFormat... format) Creates a set containing the specified target formats.
-
Field Details
-
PDF
Render to PDF. -
JPG
Render to JPG. -
GIF
Render to JPG. -
TIFF
Render to TIFF. -
PNG
Render to PNG. -
HTML
Render to HTML. -
MHTML
Render to MHTML. -
EPUB
Render to EPUB. -
SVG
Render to SVG. -
BMP
Render to BMP. -
TIF
Render to TIF. -
JPEG
Render to JPEG. -
PBM
Render to PBM. -
PGM
Render to PGM. -
PPM
Render to PPM. -
XML
Render to XML. -
DEFAULT_TARGETS
Set of default target formats.
-
-
Method Details
-
defineAs
Creates a set containing the specified target formats.- Parameters:
format- the target formats- Returns:
- set containing the specified target formats
-