public class DocumentInfoOptions extends Object
Class DocumentInfoOptions.
Constructor and Description |
---|
DocumentInfoOptions()
Initializes a new instance of the
DocumentInfoOptions class. |
DocumentInfoOptions(String password)
Initializes a new instance of the
DocumentInfoOptions class. |
Modifier and Type | Method and Description |
---|---|
CadOptions |
getCadOptions()
Gets the CadOptions.
|
CellsOptions |
getCellsOptions()
The CellsOptions.
|
DiagramOptions |
getDiagramOptions()
The DiagramOptions.
|
EmailOptions |
getEmailOptions()
The EmailOptions.
|
String |
getPassword()
The password.
|
PdfOptions |
getPdfOptions()
The PdfOptions.
|
boolean |
getRenderComments()
Indicates whether comments should be rendered.
|
WordsOptions |
getWordsOptions()
The WordsOptions.
|
void |
setCadOptions(CadOptions value)
Sets the CadOptions.
|
void |
setCellsOptions(CellsOptions value)
The CellsOptions.
|
void |
setDiagramOptions(DiagramOptions value)
The DiagramOptions.
|
void |
setEmailOptions(EmailOptions value)
The EmailOptions.
|
void |
setPassword(String value)
The password.
|
void |
setPdfOptions(PdfOptions value)
The PdfOptions.
|
void |
setRenderComments(boolean value)
Indicates whether comments should be rendered.
|
void |
setWordsOptions(WordsOptions value)
The WordsOptions.
|
public DocumentInfoOptions()
Initializes a new instance of the DocumentInfoOptions
class.
public DocumentInfoOptions(String password)
Initializes a new instance of the DocumentInfoOptions
class.
password
- The password.public String getPassword()
The password.
public void setPassword(String value)
The password.
value
- the valuepublic boolean getRenderComments()
Indicates whether comments should be rendered. Default value is false
public void setRenderComments(boolean value)
Indicates whether comments should be rendered. Default value is false
value
- a boolean.public CellsOptions getCellsOptions()
The CellsOptions.
CellsOptions
object.public void setCellsOptions(CellsOptions value)
The CellsOptions.
value
- a CellsOptions
object.public DiagramOptions getDiagramOptions()
The DiagramOptions.
DiagramOptions
object.public void setDiagramOptions(DiagramOptions value)
The DiagramOptions.
value
- a DiagramOptions
object.public WordsOptions getWordsOptions()
The WordsOptions.
WordsOptions
object.public void setWordsOptions(WordsOptions value)
The WordsOptions.
value
- a WordsOptions
object.public EmailOptions getEmailOptions()
The EmailOptions.
EmailOptions
object.public void setEmailOptions(EmailOptions value)
The EmailOptions.
value
- a EmailOptions
object.public PdfOptions getPdfOptions()
The PdfOptions.
PdfOptions
object.public void setPdfOptions(PdfOptions value)
The PdfOptions.
value
- a PdfOptions
object.public CadOptions getCadOptions()
Gets the CadOptions.
CadOptions
object.public void setCadOptions(CadOptions value)
Sets the CadOptions.
value
- a CadOptions
object.Copyright © 2018. All rights reserved.