public class CachedPageDescription extends CacheFileDescription
Class that describes cached document page.
Constructor and Description |
---|
CachedPageDescription(String guid)
Initializes a new instance of the
CachedPageDescription class. |
CachedPageDescription(String guid,
String name)
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.
|
int |
getHeight()
The page height.
|
int |
getJpegQuality()
The JPEG quality.
|
String |
getOutputExtension()
The extension of the cached file.
|
int |
getPageNumber()
The page number.
|
PdfOptions |
getPdfOptions()
The PDF documents rendering options.
|
int |
getWidth()
The page width.
|
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 |
setHeight(int value)
The page height.
|
void |
setJpegQuality(int value)
The JPEG quality.
|
void |
setOutputExtension(String value)
The extension of the cached file.
|
void |
setPageNumber(int value)
The page number.
|
void |
setPdfOptions(PdfOptions value)
The PDF documents rendering options.
|
void |
setWidth(int value)
The page width.
|
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 CachedPageDescription(String guid)
Initializes a new instance of the CachedPageDescription
class.
guid
- The file unique identifier, full path for local storage e.g. c:\\storage\\document.txt,
relative path e.g document.txt, url e.g. http://site.com/document.txtpublic CachedPageDescription(String guid, String name)
Initializes a new instance of the CachedPageDescription
class.
guid
- The file unique identifier, full path for local storage e.g. c:\\storage\\document.txt,
relative path e.g document.txt, url e.g. http://site.com/document.txtname
- File name with extensionpublic int getPageNumber()
The page number.
public void setPageNumber(int value)
The page number.
value
- a int.public int getWidth()
The page width.
public void setWidth(int value)
The page width.
value
- a int.public int getHeight()
The page height.
public void setHeight(int value)
The page height.
value
- a int.public int getJpegQuality()
The JPEG quality.
public void setJpegQuality(int value)
The JPEG quality.
value
- a int.public 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.