HtmlOptions, ImageOptions, PdfOptionspublic class RenderOptions extends Object
| Constructor | Description |
|---|---|
RenderOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
RenderOptions |
addPageRotationsItem(PageRotation pageRotationsItem) |
|
RenderOptions |
addPagesToRenderItem(Integer pagesToRenderItem) |
|
RenderOptions |
archiveOptions(ArchiveOptions archiveOptions) |
|
RenderOptions |
cadOptions(CadOptions cadOptions) |
|
RenderOptions |
countPagesToRender(Integer countPagesToRender) |
|
RenderOptions |
defaultEncoding(String defaultEncoding) |
|
RenderOptions |
defaultFontName(String defaultFontName) |
|
RenderOptions |
detectEncoding(Boolean detectEncoding) |
|
RenderOptions |
emailOptions(EmailOptions emailOptions) |
|
boolean |
equals(Object o) |
|
ArchiveOptions |
getArchiveOptions() |
Rendering options for Archive source file formats
|
CadOptions |
getCadOptions() |
Rendering options for CAD source file formats CAD file formats include files with extensions: .dwg, .dxf, .dgn, .ifc, .stl
|
Integer |
getCountPagesToRender() |
Count pages which should be rendered
|
String |
getDefaultEncoding() |
Default encoding for the plain text files such as .csv, .txt and .eml files when encoding is not specified in header
|
String |
getDefaultFontName() |
Default font name may be specified in following cases: - You want to generally specify the default font to fall back on, if particular font in the document cannot be found during rendering.
|
Boolean |
getDetectEncoding() |
This option enables TXT, TSV, and CSV files encoding detection.
|
EmailOptions |
getEmailOptions() |
Rendering options for Email source file formats Email file formats include files with extensions: .msg, .eml, .emlx, .ifc, .stl
|
MailStorageOptions |
getMailStorageOptions() |
Rendering options for Mail storage (Lotus Notes, MBox) data files.
|
OutlookOptions |
getOutlookOptions() |
Rendering options for Outlook source file formats
|
List<PageRotation> |
getPageRotations() |
Page rotations
|
List<Integer> |
getPagesToRender() |
Pages list to render.
|
PdfDocumentOptions |
getPdfDocumentOptions() |
Rendering options for PDF source file formats
|
ProjectManagementOptions |
getProjectManagementOptions() |
Rendering options for MS Project source file formats Project file formats include files with extensions: .mpt, .mpp
|
Boolean |
getRenderComments() |
When enabled comments will be rendered to the output
|
Boolean |
getRenderHiddenPages() |
When enabled hidden pages, sheets or slides will be rendered to the output
|
Boolean |
getRenderNotes() |
When enabled notes will be rendered to the output
|
SpreadsheetOptions |
getSpreadsheetOptions() |
Rendering options for Spreadsheet source file formats Spreadsheet file formats include files with extensions: .xls, .xlsx, .xlsm, .xlsb, .csv, .ods, .ots, .xltx, .xltm, .tsv
|
Integer |
getStartPageNumber() |
Page number from which rendering should be started
|
TextOptions |
getTextOptions() |
Rendering options for Text source file formats
|
VisioRenderingOptions |
getVisioRenderingOptions() |
Rendering options for Visio source file formats
|
WebDocumentOptions |
getWebDocumentOptions() |
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
|
WordProcessingOptions |
getWordProcessingOptions() |
Rendering options for WordProcessing source file formats
|
int |
hashCode() |
|
RenderOptions |
mailStorageOptions(MailStorageOptions mailStorageOptions) |
|
RenderOptions |
outlookOptions(OutlookOptions outlookOptions) |
|
RenderOptions |
pageRotations(List<PageRotation> pageRotations) |
|
RenderOptions |
pagesToRender(List<Integer> pagesToRender) |
|
RenderOptions |
pdfDocumentOptions(PdfDocumentOptions pdfDocumentOptions) |
|
RenderOptions |
projectManagementOptions(ProjectManagementOptions projectManagementOptions) |
|
RenderOptions |
renderComments(Boolean renderComments) |
|
RenderOptions |
renderHiddenPages(Boolean renderHiddenPages) |
|
RenderOptions |
renderNotes(Boolean renderNotes) |
|
void |
setArchiveOptions(ArchiveOptions archiveOptions) |
|
void |
setCadOptions(CadOptions cadOptions) |
|
void |
setCountPagesToRender(Integer countPagesToRender) |
|
void |
setDefaultEncoding(String defaultEncoding) |
|
void |
setDefaultFontName(String defaultFontName) |
|
void |
setDetectEncoding(Boolean detectEncoding) |
|
void |
setEmailOptions(EmailOptions emailOptions) |
|
void |
setMailStorageOptions(MailStorageOptions mailStorageOptions) |
|
void |
setOutlookOptions(OutlookOptions outlookOptions) |
|
void |
setPageRotations(List<PageRotation> pageRotations) |
|
void |
setPagesToRender(List<Integer> pagesToRender) |
|
void |
setPdfDocumentOptions(PdfDocumentOptions pdfDocumentOptions) |
|
void |
setProjectManagementOptions(ProjectManagementOptions projectManagementOptions) |
|
void |
setRenderComments(Boolean renderComments) |
|
void |
setRenderHiddenPages(Boolean renderHiddenPages) |
|
void |
setRenderNotes(Boolean renderNotes) |
|
void |
setSpreadsheetOptions(SpreadsheetOptions spreadsheetOptions) |
|
void |
setStartPageNumber(Integer startPageNumber) |
|
void |
setTextOptions(TextOptions textOptions) |
|
void |
setVisioRenderingOptions(VisioRenderingOptions visioRenderingOptions) |
|
void |
setWebDocumentOptions(WebDocumentOptions webDocumentOptions) |
|
void |
setWordProcessingOptions(WordProcessingOptions wordProcessingOptions) |
|
RenderOptions |
spreadsheetOptions(SpreadsheetOptions spreadsheetOptions) |
|
RenderOptions |
startPageNumber(Integer startPageNumber) |
|
RenderOptions |
textOptions(TextOptions textOptions) |
|
String |
toString() |
|
RenderOptions |
visioRenderingOptions(VisioRenderingOptions visioRenderingOptions) |
|
RenderOptions |
webDocumentOptions(WebDocumentOptions webDocumentOptions) |
|
RenderOptions |
wordProcessingOptions(WordProcessingOptions wordProcessingOptions) |
public RenderOptions startPageNumber(Integer startPageNumber)
public Integer getStartPageNumber()
public void setStartPageNumber(Integer startPageNumber)
public RenderOptions countPagesToRender(Integer countPagesToRender)
public Integer getCountPagesToRender()
public void setCountPagesToRender(Integer countPagesToRender)
public RenderOptions pagesToRender(List<Integer> pagesToRender)
public RenderOptions addPagesToRenderItem(Integer pagesToRenderItem)
public List<Integer> getPagesToRender()
public RenderOptions pageRotations(List<PageRotation> pageRotations)
public RenderOptions addPageRotationsItem(PageRotation pageRotationsItem)
public List<PageRotation> getPageRotations()
public void setPageRotations(List<PageRotation> pageRotations)
public RenderOptions defaultFontName(String defaultFontName)
public String getDefaultFontName()
public void setDefaultFontName(String defaultFontName)
public RenderOptions defaultEncoding(String defaultEncoding)
public String getDefaultEncoding()
public void setDefaultEncoding(String defaultEncoding)
public RenderOptions detectEncoding(Boolean detectEncoding)
public Boolean getDetectEncoding()
public void setDetectEncoding(Boolean detectEncoding)
public RenderOptions renderComments(Boolean renderComments)
public Boolean getRenderComments()
public void setRenderComments(Boolean renderComments)
public RenderOptions renderNotes(Boolean renderNotes)
public Boolean getRenderNotes()
public void setRenderNotes(Boolean renderNotes)
public RenderOptions renderHiddenPages(Boolean renderHiddenPages)
public Boolean getRenderHiddenPages()
public void setRenderHiddenPages(Boolean renderHiddenPages)
public RenderOptions spreadsheetOptions(SpreadsheetOptions spreadsheetOptions)
public SpreadsheetOptions getSpreadsheetOptions()
public void setSpreadsheetOptions(SpreadsheetOptions spreadsheetOptions)
public RenderOptions cadOptions(CadOptions cadOptions)
public CadOptions getCadOptions()
public void setCadOptions(CadOptions cadOptions)
public RenderOptions emailOptions(EmailOptions emailOptions)
public EmailOptions getEmailOptions()
public void setEmailOptions(EmailOptions emailOptions)
public RenderOptions projectManagementOptions(ProjectManagementOptions projectManagementOptions)
public ProjectManagementOptions getProjectManagementOptions()
public void setProjectManagementOptions(ProjectManagementOptions projectManagementOptions)
public RenderOptions pdfDocumentOptions(PdfDocumentOptions pdfDocumentOptions)
public PdfDocumentOptions getPdfDocumentOptions()
public void setPdfDocumentOptions(PdfDocumentOptions pdfDocumentOptions)
public RenderOptions wordProcessingOptions(WordProcessingOptions wordProcessingOptions)
public WordProcessingOptions getWordProcessingOptions()
public void setWordProcessingOptions(WordProcessingOptions wordProcessingOptions)
public RenderOptions outlookOptions(OutlookOptions outlookOptions)
public OutlookOptions getOutlookOptions()
public void setOutlookOptions(OutlookOptions outlookOptions)
public RenderOptions archiveOptions(ArchiveOptions archiveOptions)
public ArchiveOptions getArchiveOptions()
public void setArchiveOptions(ArchiveOptions archiveOptions)
public RenderOptions textOptions(TextOptions textOptions)
public TextOptions getTextOptions()
public void setTextOptions(TextOptions textOptions)
public RenderOptions mailStorageOptions(MailStorageOptions mailStorageOptions)
public MailStorageOptions getMailStorageOptions()
public void setMailStorageOptions(MailStorageOptions mailStorageOptions)
public RenderOptions visioRenderingOptions(VisioRenderingOptions visioRenderingOptions)
public VisioRenderingOptions getVisioRenderingOptions()
public void setVisioRenderingOptions(VisioRenderingOptions visioRenderingOptions)
public RenderOptions webDocumentOptions(WebDocumentOptions webDocumentOptions)
public WebDocumentOptions getWebDocumentOptions()
public void setWebDocumentOptions(WebDocumentOptions webDocumentOptions)
Copyright © 2025. All rights reserved.