Package com.saperion.connector.options
Class AdditionalOptions
java.lang.Object
com.saperion.connector.options.AdditionalOptions
Represents options that are not necessarily supported by the render engine in use.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AdditionalOptions
protected AdditionalOptions()
-
-
Method Details
-
newAdditionalOptions
- Returns:
- builder for new additional options
-
getPdfCompliance
- Returns:
- compliance for PDF renditions
-
getDpi
public int getDpi()- Returns:
- resolution in DPI of the rendition. Default is 200.
-
getBpp
public int getBpp()- Returns:
- bitdepth in BPP of the rendition. Default is 24.
-
getImageHeight
public int getImageHeight()- Returns:
- height of the image-rendition
-
getImageWidth
public int getImageWidth()- Returns:
- width of the image-rendition
-
getWatermarkFile
- Returns:
- name of the file to be used as watermark
-
getWatermarkText
- Returns:
- text to use as watermark or null if not set
-
getWatermarkAlignment
- Returns:
- the alignement of the watermark or null if not set. If not set, middle-center is used.
-
getGenericOptions
- Returns:
- generic options for the render-engine
-
toString
-