public class CachedDocumentDescription extends CacheFileDescription
Class that describes cached document.
Constructor and Description |
---|
CachedDocumentDescription(String sourceDocumentGuid)
Initializes a new instance of the
CachedPageDescription 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 |
getOutputExtension()
The extension of the cached file.
|
PdfOptions |
getPdfOptions()
The PDF documents rendering options.
|
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 |
setOutputExtension(String value)
The extension of the cached file.
|
void |
setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
void |
setWordsOptions(WordsOptions value)
The Text documents rendering options.
|
getCacheFileType, setCacheFileType
getBaseName, getDocType, getDocumentType, getDocumentTypeFormat, getExtension, getFileType, getGuid, getLastModificationDate, getLastModificationDateInternal, getName, getSize, isDirectory, setDirectory, setGuid, setLastModificationDate, setLastModificationDateInternal, setName, setSize
public CachedDocumentDescription(String sourceDocumentGuid)
Initializes a new instance of the CachedPageDescription
class.
sourceDocumentGuid
- The attachment namepublic String getOutputExtension()
The extension of the cached file.
String
object.public void setOutputExtension(String value)
The extension of the cached file.
value
- a String
object.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 EmailOptions getEmailOptions()
The Email documents rendering options.
EmailOptions
object.public void setEmailOptions(EmailOptions value)
The Email documents rendering options.
value
- a EmailOptions
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 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.