public class FileDataOptions extends Object
Class FileDataOptions.
Constructor and Description |
---|
FileDataOptions()
Initializes a new instance of the
FileDataOptions class. |
Modifier and Type | Method and Description |
---|---|
CadOptions |
getCadOptions()
The CAD documents rendering options.
|
CellsOptions |
getCellsOptions()
The Spreadsheet documents rendering options.
|
DiagramOptions |
getDiagramOptions()
The Microsoft Visio documents rendering options.
|
EmailOptions |
getEmailOptions()
The Email documents rendering options.
|
String |
getPassword()
The password.
|
PdfOptions |
getPdfOptions()
The PDF documents rendering options.
|
boolean |
getRenderComments()
Indicates whether comments should be rendered.
|
boolean |
getUseCache()
Indicates whether cache is used for document rendering.
|
boolean |
getUsePdf()
Indicates whether intermediate conversion to PDF is enabled for document rendering.
|
WordsOptions |
getWordsOptions()
The Text documents rendering options.
|
void |
setCadOptions(CadOptions value)
The CAD documents rendering options.
|
void |
setCellsOptions(CellsOptions value)
The Spreadsheet documents rendering options.
|
void |
setDiagramOptions(DiagramOptions value)
The Microsoft Visio documents rendering options.
|
void |
setEmailOptions(EmailOptions value)
The Email documents rendering options.
|
void |
setPassword(String value)
The password.
|
void |
setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
void |
setRenderComments(boolean value)
Indicates whether comments should be rendered.
|
void |
setUseCache(boolean value)
Indicates whether cache is used for document rendering.
|
void |
setUsePdf(boolean value)
Indicates whether intermediate conversion to PDF is enabled for document rendering.
|
void |
setWordsOptions(WordsOptions value)
The Text documents rendering options.
|
public FileDataOptions()
Initializes a new instance of the FileDataOptions
class.
public boolean getUsePdf()
Indicates whether intermediate conversion to PDF is enabled for document rendering.
public void setUsePdf(boolean value)
Indicates whether intermediate conversion to PDF is enabled for document rendering.
value
- a boolean.public boolean getUseCache()
Indicates whether cache is used for document rendering.
Value:true
if [use cache]; otherwise, false
.public void setUseCache(boolean value)
Indicates whether cache is used for document rendering.
Value:true
if [use cache]; otherwise, false
.value
- a boolean.public boolean getRenderComments()
Indicates whether comments should be rendered.
Value:true
if [render comments]; otherwise, false
.public void setRenderComments(boolean value)
Indicates whether comments should be rendered.
Value:true
if [render comments]; otherwise, false
.value
- a boolean.public CellsOptions getCellsOptions()
The Spreadsheet documents rendering options.
CellsOptions
object.public void setCellsOptions(CellsOptions value)
The Spreadsheet documents rendering options.
value
- a CellsOptions
object.public DiagramOptions getDiagramOptions()
The Microsoft Visio documents rendering options.
DiagramOptions
object.public void setDiagramOptions(DiagramOptions value)
The Microsoft Visio documents rendering options.
value
- a DiagramOptions
object.public WordsOptions getWordsOptions()
The Text documents rendering options.
WordsOptions
object.public void setWordsOptions(WordsOptions value)
The Text documents rendering options.
value
- a WordsOptions
object.public EmailOptions getEmailOptions()
The Email documents rendering options.
EmailOptions
object.public void setEmailOptions(EmailOptions value)
The Email documents rendering options.
value
- a EmailOptions
object.public PdfOptions getPdfOptions()
The PDF documents rendering options.
PdfOptions
object.public void setPdfOptions(PdfOptions value)
The PDF documents rendering options.
value
- a PdfOptions
object.public CadOptions getCadOptions()
The CAD documents rendering options.
CadOptions
object.public void setCadOptions(CadOptions value)
The CAD documents rendering options.
value
- a CadOptions
object.Copyright © 2018. All rights reserved.