A B C D E F G H I J L M N O P R S T U V W X 

A

addFile(String, InputStream) - Method in interface com.groupdocs.viewer.handler.input.IInputDataHandler
Adds file to storage.
AddPrintAction - Static variable in class com.groupdocs.viewer.domain.Transformation
Indicates whether print action should be added to the pdf document or not.
APPLE_MAIL - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Apple Mail documents.
ArgumentNullException - Exception in com.groupdocs.viewer.exception
The type Argument null exception.
ArgumentNullException() - Constructor for exception com.groupdocs.viewer.exception.ArgumentNullException
Instantiates a new Argument null exception.
ArgumentNullException(String) - Constructor for exception com.groupdocs.viewer.exception.ArgumentNullException
Instantiates a new Argument null exception.
ArgumentNullException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.ArgumentNullException
Instantiates a new Argument null exception.
ArgumentNullException(Throwable) - Constructor for exception com.groupdocs.viewer.exception.ArgumentNullException
Instantiates a new Argument null exception.
ArgumentNullException(String, String) - Constructor for exception com.groupdocs.viewer.exception.ArgumentNullException
Constructor for ArgumentNullException.
ArgumentOutOfRangeException - Exception in com.groupdocs.viewer.exception
The type Argument out of range exception.
ArgumentOutOfRangeException() - Constructor for exception com.groupdocs.viewer.exception.ArgumentOutOfRangeException
Instantiates a new Argument out of range exception.
ArgumentOutOfRangeException(String) - Constructor for exception com.groupdocs.viewer.exception.ArgumentOutOfRangeException
Instantiates a new Argument out of range exception.
ArgumentOutOfRangeException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.ArgumentOutOfRangeException
Instantiates a new Argument out of range exception.
ArgumentOutOfRangeException(Throwable) - Constructor for exception com.groupdocs.viewer.exception.ArgumentOutOfRangeException
Instantiates a new Argument out of range exception.
Ascending - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListOrderBy
Order by Ascending
Attachment - Class in com.groupdocs.viewer.domain
Attachment class.
Attachment(String, String) - Constructor for class com.groupdocs.viewer.domain.Attachment
Constructor for Attachment.
Attachment() - Constructor for class com.groupdocs.viewer.domain.Attachment
Constructor for Attachment.
Attachment - Static variable in class com.groupdocs.viewer.domain.cache.CacheFileType
Document attachment
AttachmentBase - Class in com.groupdocs.viewer.domain
Base class that describes attachment.
AttachmentBase(String, String) - Constructor for class com.groupdocs.viewer.domain.AttachmentBase
Initializes a new instance of the AttachmentBase class.
AttachmentBase() - Constructor for class com.groupdocs.viewer.domain.AttachmentBase
File data serialization requires parameterless constructor.

B

BMP - Static variable in class com.groupdocs.viewer.converter.options.ConvertImageFileType
BMP
BottomCenter - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The bottom center
BottomLeft - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The bottom left
BottomRight - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The bottom right

C

CachedAttachmentDescription - Class in com.groupdocs.viewer.domain.cache
Class that describes cached document which is an attachment from another document.
CachedAttachmentDescription(String, String) - Constructor for class com.groupdocs.viewer.domain.cache.CachedAttachmentDescription
Initializes a new instance of the CachedPageDescription class.
CachedDocumentDescription - Class in com.groupdocs.viewer.domain.cache
Class that describes cached document.
CachedDocumentDescription(String) - Constructor for class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
Initializes a new instance of the CachedPageDescription class.
CachedPageDescription - Class in com.groupdocs.viewer.domain.cache
Class that describes cached document page.
CachedPageDescription(String) - Constructor for class com.groupdocs.viewer.domain.cache.CachedPageDescription
Initializes a new instance of the CachedPageDescription class.
CachedPageDescription(String, String) - Constructor for class com.groupdocs.viewer.domain.cache.CachedPageDescription
Initializes a new instance of the CachedPageDescription class.
CachedPageResourceDescription - Class in com.groupdocs.viewer.domain.cache
Class that describes cached document page resource.
CachedPageResourceDescription(CachedPageDescription, String) - Constructor for class com.groupdocs.viewer.domain.cache.CachedPageResourceDescription
Initializes a new instance of the CachedPageDescription class.
CacheFileDescription - Class in com.groupdocs.viewer.domain.cache
Base class for cached file description.
CacheFileDescription(String, String, int) - Constructor for class com.groupdocs.viewer.domain.cache.CacheFileDescription
Initializes a new instance of the CacheFileDescription class.
CacheFileDescription(String, int) - Constructor for class com.groupdocs.viewer.domain.cache.CacheFileDescription
Initializes a new instance of the CacheFileDescription class.
CacheFileNotFoundException - Exception in com.groupdocs.viewer.exception
Thrown if a cached file was not found.
CacheFileNotFoundException(String, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.CacheFileNotFoundException
Initializes a new instance of the CorruptedOrDamagedFileException class.
CacheFileType - Class in com.groupdocs.viewer.domain.cache
Cached file types.
CAD - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "CAD".
CAD_DRAWING_FILE_FORMAT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define CAD Drawing File Format documents.
CadOptions - Class in com.groupdocs.viewer.converter.options
The CAD documents rendering options.
CadOptions() - Constructor for class com.groupdocs.viewer.converter.options.CadOptions
Initializes a new instance of the CadOptions class.
CELLS - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Cells".
CellsOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering Cells documents.
CellsOptions() - Constructor for class com.groupdocs.viewer.converter.options.CellsOptions
Initializes a new instance of the CellsOptions class.
clearCache(long) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Clears cache.
clearCache() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Clears all files from cache.
clearCache(long) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Clears files from cache older than specified time interval.
clearTempFiles() - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Clears temporary files created during rendering.
clearTempFiles() - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Clears temporary files created during rendering.
com.groupdocs.viewer.config - package com.groupdocs.viewer.config
The GroupDocs.Viewer.Config namespace provides classes for customizing GroupDocs.Viewer behaviour.
com.groupdocs.viewer.converter.options - package com.groupdocs.viewer.converter.options
The GroupDocs.Viewer.Converter.Options namespace provides classes that allow to specify additional options when rendering documents.
com.groupdocs.viewer.domain - package com.groupdocs.viewer.domain
The GroupDocs.Viewer.Domain namespace provides common classes to operate with GroupDocs.Viewer.
com.groupdocs.viewer.domain.cache - package com.groupdocs.viewer.domain.cache
 
com.groupdocs.viewer.domain.containers - package com.groupdocs.viewer.domain.containers
The GroupDocs.Viewer.Domain.Containers namespace provides classes for working with document rendering results.
com.groupdocs.viewer.domain.html - package com.groupdocs.viewer.domain.html
The GroupDocs.Viewer.Domain.Html namespace provides classes for working with document html representation.
com.groupdocs.viewer.domain.image - package com.groupdocs.viewer.domain.image
The GroupDocs.Viewer.Domain.Image namespace provides classes for working with document image representation.
com.groupdocs.viewer.domain.options - package com.groupdocs.viewer.domain.options
The GroupDocs.Viewer.Domain.Options namespace provides classes for setting rendering options dependent on document type.
com.groupdocs.viewer.exception - package com.groupdocs.viewer.exception
The GroupDocs.Viewer.Exception namespace provides classes for exceptions which can occur while working with a document.
com.groupdocs.viewer.handler - package com.groupdocs.viewer.handler
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
com.groupdocs.viewer.handler.cache - package com.groupdocs.viewer.handler.cache
The GroupDocs.Viewer.Handler.Cache namespace exposes interfaces which should be implemented to customize caching behaviour.
com.groupdocs.viewer.handler.input - package com.groupdocs.viewer.handler.input
The GroupDocs.Viewer.Handler.Input namespace exposes interfaces which should be implemented to customize document loading behaviour.
com.groupdocs.viewer.helper - package com.groupdocs.viewer.helper
The GroupDocs.Viewer.Helper namespace provides helper classes.
com.groupdocs.viewer.licensing - package com.groupdocs.viewer.licensing
 
com.groupdocs.viewer.localization - package com.groupdocs.viewer.localization
The GroupDocs.Viewer.Localization namespace provides classes for localization.
com.groupdocs.viewer.metered - package com.groupdocs.viewer.metered
 
COMMA_SEPARATED_VALUES - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Comma-Separated Values documents.
ConvertImageFileType - Class in com.groupdocs.viewer.converter.options
The image types.
CorruptedOrDamagedFileException - Exception in com.groupdocs.viewer.exception
Thrown during document load, when the document appears to be corrupted and impossible to load.
CorruptedOrDamagedFileException(String, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.CorruptedOrDamagedFileException
Initializes a new instance of the CorruptedOrDamagedFileException class.

D

Descending - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListOrderBy
Order by Descending
Diagonal - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The diagonal
DIAGRAM - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Diagram".
DiagramOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering Diagram documents.
DiagramOptions() - Constructor for class com.groupdocs.viewer.converter.options.DiagramOptions
Initializes a new instance of the DiagramOptions class.
DiagramOptions.DiagramOptionsFlags - Class in com.groupdocs.viewer.converter.options
 
DICOM - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Dicom".
DICOM_DRAWING_FILE_FORMAT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Digital Imaging and Communications in Medicine documents.
DirectoryNotFoundException - Exception in com.groupdocs.viewer.exception
The type Directory not found exception.
DirectoryNotFoundException() - Constructor for exception com.groupdocs.viewer.exception.DirectoryNotFoundException
Instantiates a new Directory not found exception.
DirectoryNotFoundException(String) - Constructor for exception com.groupdocs.viewer.exception.DirectoryNotFoundException
Instantiates a new Directory not found exception.
DirectoryNotFoundException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.DirectoryNotFoundException
Instantiates a new Directory not found exception.
DirectoryNotFoundException(Throwable) - Constructor for exception com.groupdocs.viewer.exception.DirectoryNotFoundException
Instantiates a new Directory not found exception.
dispose() - Method in class com.groupdocs.viewer.domain.containers.FileContainer
Releases resources
dispose() - Method in class com.groupdocs.viewer.domain.image.PageImage
Releases resources
DJVU - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Djvu".
Document - Static variable in class com.groupdocs.viewer.domain.cache.CacheFileType
Document
DocumentFormatsContainer - Class in com.groupdocs.viewer.domain.containers
Represents a container for supported document formats.
DocumentFormatsContainer() - Constructor for class com.groupdocs.viewer.domain.containers.DocumentFormatsContainer
 
DocumentInfoContainer - Class in com.groupdocs.viewer.domain.containers
Represents a container for document description.
DocumentInfoContainer() - Constructor for class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The file unique identifier, full path for local storage e.g.
DocumentInfoOptions - Class in com.groupdocs.viewer.domain.options
Class DocumentInfoOptions.
DocumentInfoOptions() - Constructor for class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Initializes a new instance of the DocumentInfoOptions class.
DocumentInfoOptions(String) - Constructor for class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Initializes a new instance of the DocumentInfoOptions class.
DocumentTypeFormat - Class in com.groupdocs.viewer.domain
The document type format
DocumentTypeFormat() - Constructor for class com.groupdocs.viewer.domain.DocumentTypeFormat
 
DocumentTypeName - Class in com.groupdocs.viewer.domain
The document type name.
DocumentTypeName() - Constructor for class com.groupdocs.viewer.domain.DocumentTypeName
 

E

ELECTRONIC_PUBLICATION - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Electronic publication documents.
EMAIL - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Email".
EmailAttachment - Class in com.groupdocs.viewer.domain
Deprecated.
EmailAttachment(String, String) - Constructor for class com.groupdocs.viewer.domain.EmailAttachment
Deprecated.
EmailAttachment() - Constructor for class com.groupdocs.viewer.domain.EmailAttachment
Deprecated.
EmailFileData - Class in com.groupdocs.viewer.domain
Deprecated.
EmailFileData() - Constructor for class com.groupdocs.viewer.domain.EmailFileData
Deprecated.
EmailOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering Email documents.
EmailOptions() - Constructor for class com.groupdocs.viewer.converter.options.EmailOptions
 
equals(HtmlResourceType) - Method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Equals boolean.
equals(int) - Method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Equals boolean.
EXC_TMPL_CACHE_FILE_NOT_FOUND - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
Cache file not found exception template.
EXC_TMPL_CORRUPTED_OR_DAMAGED_FILE - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
Corrupted or damaged file exception template.
EXC_TMPL_FILE_TYPE_NOT_SUPPORTED - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
File type not supported exception template.
EXC_TMPL_GUID_NOT_SPECIFIED - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
GUID not specified exception message.
EXC_TMPL_INVALID_PASSWORD - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
Invalid password exception template.
EXC_TMPL_PASSWORD_PROTECTED_FILE - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
The password protected file exception template.
EXC_TMPL_STORAGE_PATH_NOT_SPECIFIED - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
Storage path not specified exception message.
EXC_TMPL_TRANSFORMATION_FAILED_PAGE_NOT_EXIST - Static variable in class com.groupdocs.viewer.localization.LocalizedStringKeys
Transformation failed because provided page does not exist exception template.
exists(CacheFileDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Checks whether specified file description existed in cache.
EXTENSIBLE_MARKUP_LANGUAGE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Extensible Markup Language documents.

F

FileContainer - Class in com.groupdocs.viewer.domain.containers
Represents a container for file stream content.
FileContainer() - Constructor for class com.groupdocs.viewer.domain.containers.FileContainer
Initializes a new instance of the FileContainer class.
FileContainer(InputStream) - Constructor for class com.groupdocs.viewer.domain.containers.FileContainer
Initializes a new instance of the FileContainer class.
FileData - Class in com.groupdocs.viewer.domain
Represents a container for common document properties.
FileData() - Constructor for class com.groupdocs.viewer.domain.FileData
Initializes a new instance of the FileData class.
FileDataOptions - Class in com.groupdocs.viewer.converter.options
Class FileDataOptions.
FileDataOptions() - Constructor for class com.groupdocs.viewer.converter.options.FileDataOptions
Initializes a new instance of the FileDataOptions class.
FileDescription - Class in com.groupdocs.viewer.domain
Represents a container for file description.
FileDescription() - Constructor for class com.groupdocs.viewer.domain.FileDescription
Constructor for unit tests
FileDescription(String) - Constructor for class com.groupdocs.viewer.domain.FileDescription
Initializes a new instance of the FileDescription class.
FileDescription(String, String) - Constructor for class com.groupdocs.viewer.domain.FileDescription
Initializes a new instance of the FileDescription class.
FileDescription(String, boolean) - Constructor for class com.groupdocs.viewer.domain.FileDescription
Initializes a new instance of the FileDescription class.
FileDescription(String, String, boolean) - Constructor for class com.groupdocs.viewer.domain.FileDescription
Initializes a new instance of the FileDescription class.
FileListContainer - Class in com.groupdocs.viewer.domain.containers
Represents a container for file and directories list.
FileListContainer(List<FileDescription>) - Constructor for class com.groupdocs.viewer.domain.containers.FileListContainer
Initializes a new instance of the FileListContainer class.
FileListOptions - Class in com.groupdocs.viewer.domain.options
Class FileListOptions.
FileListOptions(String) - Constructor for class com.groupdocs.viewer.domain.options.FileListOptions
Initializes a new instance of the FileListOptions class.
FileListOptions(String, int, int) - Constructor for class com.groupdocs.viewer.domain.options.FileListOptions
Initializes a new instance of the FileListOptions class.
FileListOptions.FileListOrderBy - Class in com.groupdocs.viewer.domain.options
Enumeration for file list order.
FileListOptions.FileListSortBy - Class in com.groupdocs.viewer.domain.options
Enumeration for file list sort.
FileTypeNotSupportedException - Exception in com.groupdocs.viewer.exception
Thrown during document load, when the document format is not recognized or not supported by GroupDocs.Viewer.
FileTypeNotSupportedException(String, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.FileTypeNotSupportedException
Initializes a new instance of the FileTypeNotSupportedException class.
FileTypeNotSupportedException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.FileTypeNotSupportedException
Instantiates a new File type not supported exception.
fromValue(long) - Static method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
From value HTML resource type.

G

getAngle() - Method in class com.groupdocs.viewer.domain.PageData
The page angle.
getAttachmentName() - Method in class com.groupdocs.viewer.domain.cache.CachedAttachmentDescription
The attachment name.
getAttachments() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the attachments.
getAttachments() - Method in class com.groupdocs.viewer.domain.EmailFileData
Deprecated.
getAttachments() - Method in class com.groupdocs.viewer.domain.FileData
The attachments.
getBaseName() - Method in class com.groupdocs.viewer.domain.FileDescription
Gets base name of the document.
getCacheDataHandler() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Getter for the field cacheDataHandler.
getCachedPageDescription() - Method in class com.groupdocs.viewer.domain.cache.CachedPageResourceDescription
The cached document page descriptor.
getCacheFileType() - Method in class com.groupdocs.viewer.domain.cache.CacheFileDescription
The cached file type.
getCacheFolderName() - Method in class com.groupdocs.viewer.config.ViewerConfig
The name of the cache folder.
getCachePath() - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to the directory, where the cache will be stored.
getCadOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The CAD documents rendering options.
getCadOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The CAD documents rendering options.
getCadOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The CAD documents rendering options.
getCadOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The CAD documents rendering options.
getCadOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Cad options html page was generated with.
getCadOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Gets the CadOptions.
getCadOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets Cad options.
getCadRenderSizingType() - Method in class com.groupdocs.viewer.converter.options.CadOptions
Indicates how rendering result size should be calculated.
getCellsOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Spreadsheet documents rendering options.
getCellsOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Spreadsheet documents rendering options.
getCellsOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Spreadsheet documents rendering options.
getCellsOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Spreadsheet documents rendering options.
getCellsOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Cells options HTML page was generated with
getCellsOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The CellsOptions.
getCellsOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets cells options.
getCharacterCoordinates() - Method in class com.groupdocs.viewer.domain.RowData
The character coordinates.
getColor() - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text color.
getConsumptionQuantity() - Static method in class com.groupdocs.viewer.metered.Metered
Gets consumption quantity
getConvertImageFileType() - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The type of image file, default is PNG.
getCountPagesToRender() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The number of pages to render.
getCountRowsPerPage() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
The number of rows rendered into one page when one page per sheet rendering mode is not enabled.
getCss() - Method in class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
The CSS.
getDateCreated() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The created time.
getDateCreated() - Method in class com.groupdocs.viewer.domain.FileData
The created time.
getDateModified() - Method in class com.groupdocs.viewer.domain.FileData
The last modification date.
getDeleteAnnotations() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies whether annotations from PDF documents should not be rendered.
getDiagramOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Microsoft Visio documents rendering options.
getDiagramOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Microsoft Visio documents rendering options.
getDiagramOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Microsoft Visio documents rendering options.
getDiagramOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Microsoft Visio documents rendering options.
getDiagramOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Diagram options HTML page was generated with.
getDiagramOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The DiagramOptions.
getDiagramOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets Diagram options.
getDocType() - Method in class com.groupdocs.viewer.domain.FileDescription
The type of the document.
getDocumentInfo(String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(String, DocumentInfoOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(InputStream) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(Stream) - Method in class com.groupdocs.viewer.handler.ViewerHandler
getDocumentInfo.
getDocumentInfo(InputStream, DocumentInfoOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(InputStream, String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(InputStream, String, DocumentInfoOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(URI) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(URI, DocumentInfoOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentInfo(URI, WindowsAuthenticationCredential, DocumentInfoOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the document information.
getDocumentPageNumber() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Document page number
getDocumentType() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The type of the document.
getDocumentType() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The type of the document.
getDocumentType() - Method in class com.groupdocs.viewer.domain.FileDescription
Type of the document.
getDocumentTypeFormat() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The document type format.
getDocumentTypeFormat() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Return document type format.
getDocumentTypeFormat(String) - Static method in class com.groupdocs.viewer.domain.DocumentTypeFormat
Return document type format
getDocumentTypeFormat() - Method in class com.groupdocs.viewer.domain.FileDescription
The document type format.
getDomain() - Method in class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
The domain name.
getEmailOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Email documents rendering options.
getEmailOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Email documents rendering options.
getEmailOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Email documents rendering options.
getEmailOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Email documents rendering options.
getEmailOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Emial options HTML page was generated with
getEmailOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The EmailOptions.
getEmailOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets email options.
getEnablePreciseRendering() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Indicates whether the PDF document is rendered in a precise mode or not.
getEncoding() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
The text (*.csv) document encoding.
getEncoding() - Method in class com.groupdocs.viewer.converter.options.EmailOptions
The document encoding.
getEncoding() - Method in class com.groupdocs.viewer.converter.options.WordsOptions
The document encoding.
getEncodingInternal() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
The text (*.csv) document encoding.
getEncodingInternal() - Method in class com.groupdocs.viewer.converter.options.EmailOptions
The document encoding.
getEncodingInternal() - Method in class com.groupdocs.viewer.converter.options.WordsOptions
getEncodingInternal.
getEngineType() - Method in class com.groupdocs.viewer.config.ViewerConfig
Current viewer engine.
getEntities(String) - Method in interface com.groupdocs.viewer.handler.input.IInputDataHandler
Gets files and folders for specified path.
getExtension() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The file extension.
getExtension() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the file extension.
getExtension() - Method in class com.groupdocs.viewer.domain.FileDescription
Gets the file extension.
getFile(String) - Method in interface com.groupdocs.viewer.handler.input.IInputDataHandler
Retrieves file from storage.
getFile(String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get original file.
getFile(AttachmentBase) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get attachment file.
getFileData(FileDescription) - Method in interface com.groupdocs.viewer.helper.IFileDataStore
Gets the file data.
getFileDescription(String) - Method in interface com.groupdocs.viewer.handler.input.IInputDataHandler
Gets the file description.
getFileExtension() - Method in class com.groupdocs.viewer.converter.options.ImageOptions
Gets extension for ConvertFileType.
getFileList() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Retrieves list of files and directories for root storage path.
getFileList(FileListOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Retrieves list of files and directories for root storage path.
getFilePath(CacheFileDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the path to the cached document.
getFiles() - Method in class com.groupdocs.viewer.domain.containers.FileListContainer
The files and directories list.
getFileType() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The type of the file.
getFileType() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The type of the file.
getFileType() - Method in class com.groupdocs.viewer.domain.FileDescription
The type of the file.
getFileTypesByDocumentTypeFormats() - Static method in class com.groupdocs.viewer.domain.DocumentTypeFormat
Gets file types by document type formats.
getFlags() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Gets flags.
getFlags() - Method in class com.groupdocs.viewer.converter.options.DiagramOptions
getFlags.
getFlags() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
getFlags.
getFontName() - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text font name e.g.
getGuid() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The file unique identifier, full path for local storage e.g.
getGuid() - Method in class com.groupdocs.viewer.domain.FileDescription
The file unique identifier, full path for local storage e.g.
getHeight() - Method in class com.groupdocs.viewer.converter.options.CadOptions
The height of the render result in pixels.
getHeight() - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The image height.
getHeight() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page height.
getHeight() - Method in class com.groupdocs.viewer.domain.PageData
The page height.
getHtmlContent() - Method in class com.groupdocs.viewer.domain.containers.PrintableHtmlContainer
The content of the HTML.
getHtmlContent() - Method in class com.groupdocs.viewer.domain.html.PageHtml
HTML page content
getHtmlPageResources(CachedPageDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the HTML page resources descriptions.
getHtmlPageResourcesFolder(CachedPageDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the HTML page resources folder path.
getHtmlResourcePrefix() - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
The prefix for HTML resource name.
getHtmlResources() - Method in class com.groupdocs.viewer.domain.html.PageHtml
Resources descriptions
getHtmlResourcesInternal() - Method in class com.groupdocs.viewer.domain.html.PageHtml
Gets HTML resources internal.
getIgnoreResourcePrefixForCss() - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
Indicates whether to ignore resource prefix when processing CSS or not.
getInputDataHandler() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Getter for the field inputDataHandler.
getInputStream(CacheFileDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the input stream.
getInternalHyperlinkPrefix() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Prefix for hyperlink that references worksheet inside the same document.
getJpegQuality() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The JPEG image quality.
getJpegQuality() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The JPEG quality.
getJpegQuality() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets the quality of the jpeg images contained in resulting pdf documents.
getLastModificationDate() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The last modification date.
getLastModificationDate() - Method in class com.groupdocs.viewer.domain.FileDescription
The last modification date.
getLastModificationDate(CacheFileDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the last modification date.
getLastModificationDate(String) - Method in interface com.groupdocs.viewer.handler.input.IInputDataHandler
Gets the file last modification date.
getLastModificationDateInternal() - Method in class com.groupdocs.viewer.domain.FileDescription
Gets last modification date internal.
getLayoutName() - Method in class com.groupdocs.viewer.converter.options.CadOptions
The name of the specific layout to render.
getLineHeight() - Method in class com.groupdocs.viewer.domain.RowData
The height of the line.
getLineLeft() - Method in class com.groupdocs.viewer.domain.RowData
The line left.
getLineTop() - Method in class com.groupdocs.viewer.domain.RowData
The line top.
getLineWidth() - Method in class com.groupdocs.viewer.domain.RowData
The width of the line.
getLocalesPath() - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to locales.
getLocalizationHandler() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Getter for the field localizationHandler.
getMaxHeight() - Method in class com.groupdocs.viewer.domain.FileData
The maximum height.
getMaxWidth() - Method in class com.groupdocs.viewer.domain.FileData
The maximum width.
getName() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The attachment name.
getName() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The file name.
getName() - Method in class com.groupdocs.viewer.domain.FileDescription
The file name.
getName() - Method in class com.groupdocs.viewer.domain.PageData
The page name.
getNewPosition() - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The new page position.
getNumber() - Method in class com.groupdocs.viewer.domain.PageData
The page number.
getOnePagePerSheet() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Specifies worksheet rendering mode.
getOrderBy() - Method in class com.groupdocs.viewer.domain.options.FileListOptions
The order of files ascending or descending.
getOutputExtension() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The extension of the cached file.
getOutputExtension() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The extension of the cached file.
getOutputSaveStream(CacheFileDescription) - Method in interface com.groupdocs.viewer.handler.cache.ICacheDataHandler
Gets the output save stream.
getPageCount() - Method in class com.groupdocs.viewer.domain.FileData
The page count.
getPageNamePrefix() - Method in class com.groupdocs.viewer.config.ViewerConfig
The prefix for generated page name.
getPageNumber() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The starting page number to render.
getPageNumber() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page number.
getPageNumber() - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The page number.
getPageNumber() - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The page number.
getPageNumber() - Method in class com.groupdocs.viewer.domain.Page
The page number.
getPageNumbersToRender() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The List of page numbers to render.
getPages() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the pages data.
getPages() - Method in class com.groupdocs.viewer.domain.FileData
The pages.
getPages(String, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages representations.
getPages(InputStream, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages HTML representations.
getPages(InputStream, String, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages representations.
getPages(URI, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages representations from URI.
getPages(URI, WindowsAuthenticationCredential, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages representations from URI with credentials.
getPages(AttachmentBase, RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get list of pages representations from URI with credentials.
getPages(String) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations
getPages(String, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(InputStream) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(InputStream, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(InputStream, String) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(InputStream, String, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(URI) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(URI, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(URI, WindowsAuthenticationCredential, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations.
getPages(AttachmentBase) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations for attachment.
getPages(AttachmentBase, HtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get list of pages HTML representations for attachment.
getPages(String) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(String, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(InputStream) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(InputStream, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(InputStream, String) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(InputStream, String, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(URI) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(URI, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(URI, WindowsAuthenticationCredential, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations.
getPages(AttachmentBase) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations for attachment.
getPages(AttachmentBase, ImageOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get list of pages image representations for attachment.
getPassword() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The password.
getPassword() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The password of the document to render.
getPassword() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The password.
getPassword() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
The password.
getPassword() - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The password.
getPassword() - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The password.
getPassword() - Method in class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
The password.
getPath() - Method in class com.groupdocs.viewer.domain.options.FileListOptions
The path.
getPdfFile(String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(String, PdfFileOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(InputStream) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(InputStream, PdfFileOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(InputStream, String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(InputStream, String, PdfFileOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(URI) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(URI, PdfFileOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfFile(URI, WindowsAuthenticationCredential, PdfFileOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets the PDF file.
getPdfOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The PDF documents rendering options.
getPdfOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The PDF documents rendering options.
getPdfOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The PDF documents rendering options.
getPdfOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The PDF documents rendering options.
getPdfOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
PDF options HTML page was generated with.
getPdfOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The PdfOptions.
getPdfOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets PDF options.
getPosition() - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text color.
getPreventGlyphsGrouping() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Deprecated.
getPrintableHtml(String, PrintableHtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get document HTML for print.
getPrintableHtml(String) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Get document HTML for print.
getPrintableHtml(String) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get document HTML for print.
getPrintableHtml(String, PrintableHtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get document HTML for print.
getPrintableHtml(String, PrintableHtmlOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get document HTML for print.
getPrintableHtml(String) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
Get document HTML for print.
getRenderComments() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether comments should be rendered.
getRenderComments() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
Indicates whether comments should be rendered.
getRenderComments() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Indicates whether comments should be rendered.
getRenderComments() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Indicates whether comments should be rendered.
getRenderLayersSeparately() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies whether PDF document layers have to be separated when rendering into HTML.
getRenderLayouts() - Method in class com.groupdocs.viewer.converter.options.CadOptions
Indicates whether layouts from CAD document should be rendered.
getResource(String, HtmlResource) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get HTML page resource.
getResource(AttachmentBase, HtmlResource) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
Get html page resource stream.
getResourceName() - Method in class com.groupdocs.viewer.domain.cache.CachedPageResourceDescription
The page resource name.
getResourceName() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
HTML resource file name
getResourceType() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
HTML resource type
getRotationAngle() - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The rotation angle.
getRows() - Method in class com.groupdocs.viewer.domain.PageData
The list of text rows.
getScaleFactor() - Method in class com.groupdocs.viewer.converter.options.CadOptions
The scale factor affects the size of an output document.
getShowGridLines() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Indicates whether to show grid lines in converted document.
getShowHiddenPages() - Method in class com.groupdocs.viewer.converter.options.DiagramOptions
Indicates whether hidden pages should be rendered.
getShowHiddenSheets() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Indicates whether hidden sheets should be rendered.
getShowTrackedChanges() - Method in class com.groupdocs.viewer.converter.options.WordsOptions
Indicates whether tracked changes should be rendered or not.
getSize() - Method in class com.groupdocs.viewer.domain.Attachment
Gets attachment size.
getSize() - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The size.
getSize() - Method in class com.groupdocs.viewer.domain.EmailAttachment
Deprecated.
getSize() - Method in class com.groupdocs.viewer.domain.FileDescription
The size in bytes.
getSortBy() - Method in class com.groupdocs.viewer.domain.options.FileListOptions
The sort by field.
getSourceDocumentGuid() - Method in class com.groupdocs.viewer.domain.AttachmentBase
The guid of the source document.
getStoragePath() - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to the documents storage directory.
getStream() - Method in class com.groupdocs.viewer.domain.containers.FileContainer
Gets stream.
getStream() - Method in class com.groupdocs.viewer.domain.image.PageImage
Page stream.
getStreamInternal() - Method in class com.groupdocs.viewer.domain.image.PageImage
getStreamInternal.
getString(String) - Method in interface com.groupdocs.viewer.localization.ILocalizationHandler
Gets localized string by name.
getSupportedDocumentFormats() - Method in class com.groupdocs.viewer.domain.containers.DocumentFormatsContainer
The supported document formats where key is extension e.g.
getSupportedDocumentFormats() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Gets supported document formats.
getTempFolderName() - Method in class com.groupdocs.viewer.config.ViewerConfig
Deprecated.
getTempPath() - Method in class com.groupdocs.viewer.config.ViewerConfig
Deprecated.
getText() - Method in class com.groupdocs.viewer.domain.RowData
The text.
getText() - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text.
getTextCoordinates() - Method in class com.groupdocs.viewer.domain.RowData
The text coordinates.
getTextOverflowMode() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Text overflow mode applied when the text is too big to fit into the cell.
getTransformationOptions(ConvertOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
 
getTransformationOptions(ConvertOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
 
getTransformations() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
Indicates what transformations that are applied to the document should be rendered.
getTransformations() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets desired transformations, the default value is None
getUnlicensedViewCountExceededPage(RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
 
getUnlicensedViewCountExceededPage(RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
 
getUnlicensedViewCountExceededPage(RenderOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
getUseCache() - Method in class com.groupdocs.viewer.config.ViewerConfig
Indicates whether to cache rendering results or not.
getUseCache() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether cache is used for document rendering.
getUseOriginalContentOrdering() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies content ordering mode when rendering into HTML.
getUsePdf() - Method in class com.groupdocs.viewer.config.ViewerConfig
Indicates whether to use intermediate conversion to PDF when rendering document.
getUsePdf() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether intermediate conversion to PDF is enabled for document rendering.
getUserName() - Method in class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
The user name.
getViewerConfig() - Method in class com.groupdocs.viewer.handler.ViewerHandler
Getter for the field viewerConfig.
getWatermark() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The page watermark.
getWatermark() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
The watermark.
getWatermark() - Method in class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
The watermark.
getWidth() - Method in class com.groupdocs.viewer.converter.options.CadOptions
The width of the render result in pixels.
getWidth() - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The image width.
getWidth() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page width.
getWidth() - Method in class com.groupdocs.viewer.domain.PageData
The page width.
getWidth() - Method in class com.groupdocs.viewer.domain.Watermark
The watermark width.
getWordsOptions() - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Text documents rendering options.
getWordsOptions() - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Text documents rendering options.
getWordsOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Text documents rendering options.
getWordsOptions() - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Text documents rendering options.
getWordsOptions() - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Words options HTML page was generated with
getWordsOptions() - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The WordsOptions.
getWordsOptions() - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Gets Words options.
GroupDocsViewerException - Exception in com.groupdocs.viewer.exception
The type GroupDocsViewerException.
GroupDocsViewerException() - Constructor for exception com.groupdocs.viewer.exception.GroupDocsViewerException
Instantiates a new GroupDocsViewerException.
GroupDocsViewerException(String) - Constructor for exception com.groupdocs.viewer.exception.GroupDocsViewerException
Instantiates a new GroupDocsViewerException.
GroupDocsViewerException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.GroupDocsViewerException
Instantiates a new GroupDocsViewerException.
GroupDocsViewerException(Throwable) - Constructor for exception com.groupdocs.viewer.exception.GroupDocsViewerException
Instantiates a new GroupDocsViewerException.
GuidNotSpecifiedException - Exception in com.groupdocs.viewer.exception
Thrown during document load, when the document GUID was not specified.
GuidNotSpecifiedException(ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.GuidNotSpecifiedException
Initializes a new instance of the GuidNotSpecifiedException class.

H

hasNonDefaultFlags() - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Has non default flags boolean.
hasNonDefaultFlags() - Method in class com.groupdocs.viewer.converter.options.DiagramOptions
hasNonDefaultFlags.
hasNonDefaultFlags() - Method in class com.groupdocs.viewer.converter.options.PdfOptions
hasNonDefaultFlags.
HideText - Static variable in class com.groupdocs.viewer.converter.options.TextOverflowMode
Hide overflow text
HtmlOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering documents as HTML.
HtmlOptions() - Constructor for class com.groupdocs.viewer.converter.options.HtmlOptions
 
HtmlResource - Class in com.groupdocs.viewer.domain.html
Represents a container for HTML resource description.
HtmlResource() - Constructor for class com.groupdocs.viewer.domain.html.HtmlResource
Initializes a new instance of the HtmlResource class.
HtmlResourceType - Enum in com.groupdocs.viewer.domain.html
HTML resource type enumeration
HYPERTEXT_MARKUP_LANGUAGE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define HyperText Markup Language documents.

I

ICacheDataHandler - Interface in com.groupdocs.viewer.handler.cache
Exposes members for caching rendering results.
IFileDataStore - Interface in com.groupdocs.viewer.helper
Exposes members for working with file information data.
IInputDataHandler - Interface in com.groupdocs.viewer.handler.input
Exposes members for loading original document from storage
ILocalizationHandler - Interface in com.groupdocs.viewer.localization
Exposes members for messages localization
IMAGE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Image".
IMAGE_FILES - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Image files documents.
ImageOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering documents as image.
ImageOptions() - Constructor for class com.groupdocs.viewer.converter.options.ImageOptions
Initialize new instance of image options
InvalidOperationException - Exception in com.groupdocs.viewer.exception
The type Invalid operation exception.
InvalidOperationException() - Constructor for exception com.groupdocs.viewer.exception.InvalidOperationException
Instantiates a new Invalid operation exception.
InvalidOperationException(String) - Constructor for exception com.groupdocs.viewer.exception.InvalidOperationException
Instantiates a new Invalid operation exception.
InvalidOperationException(String, Throwable) - Constructor for exception com.groupdocs.viewer.exception.InvalidOperationException
Instantiates a new Invalid operation exception.
InvalidOperationException(Throwable) - Constructor for exception com.groupdocs.viewer.exception.InvalidOperationException
Instantiates a new Invalid operation exception.
InvalidPasswordException - Exception in com.groupdocs.viewer.exception
Thrown if a document is encrypted with a password and the password specified when opening the document is incorrect.
InvalidPasswordException(String, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.InvalidPasswordException
Initializes a new instance of the InvalidPasswordException class.
isDirectory() - Method in class com.groupdocs.viewer.domain.FileDescription
Indicates whether file or folder.
isResourcesEmbedded() - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
Indicates whether to embed resources into HTML or not.
isVisible() - Method in class com.groupdocs.viewer.domain.PageData
Indicates whether the page is visible or not.

J

JPG - Static variable in class com.groupdocs.viewer.converter.options.ConvertImageFileType
JPG

L

LastModificationDate - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListSortBy
Order by LastModificationDate
LATEX - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define LaTeX Scientific documents.
License - Class in com.groupdocs.viewer.licensing
Class License.
License() - Constructor for class com.groupdocs.viewer.licensing.License
 
LocalizedStringKeys - Class in com.groupdocs.viewer.localization
Represents a container for localization messages templates.
LocalizedStringKeys() - Constructor for class com.groupdocs.viewer.localization.LocalizedStringKeys
 

M

Metered - Class in com.groupdocs.viewer.metered
Provides methods to set metered key.
Metered() - Constructor for class com.groupdocs.viewer.metered.Metered
Initializes a new instance of this class.
MICROSOFT_EXCEL - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft Excel documents.
MICROSOFT_ONENOTE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft OneNote documents.
MICROSOFT_OUTLOOK - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft Outlook documents.
MICROSOFT_POWERPOINT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft PowerPoint documents.
MICROSOFT_PROJECT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft Project documents.
MICROSOFT_VISIO - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Microsoft Visio documents.
MICROSOFT_WORD - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Microsoft Word documents.
MOBIPOCKET - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Mobipocket e-book format.

N

Name - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListSortBy
Order by Name
None - Static variable in class com.groupdocs.viewer.converter.options.DiagramOptions.DiagramOptionsFlags
 
None - Static variable in class com.groupdocs.viewer.domain.Transformation
No transformations
NOTE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Note".

O

OPENDOCUMENT_FORMATS - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define OpenDocument Formats documents.
Overlay - Static variable in class com.groupdocs.viewer.converter.options.TextOverflowMode
Overlay next cells even they are not empty
OverlayIfNextIsEmpty - Static variable in class com.groupdocs.viewer.converter.options.TextOverflowMode
Overlay next cells only if they are not empty

P

Page - Static variable in class com.groupdocs.viewer.domain.cache.CacheFileType
Document page
Page - Class in com.groupdocs.viewer.domain
Represents a container for page description
Page(int) - Constructor for class com.groupdocs.viewer.domain.Page
Initializes a new instance of the Page class.
PageData - Class in com.groupdocs.viewer.domain
Represents a container for page data description.
PageData() - Constructor for class com.groupdocs.viewer.domain.PageData
Initializes a new instance of the PageData class.
PageHtml - Class in com.groupdocs.viewer.domain.html
Represents a container for page rendered to HTML.
PageHtml(int) - Constructor for class com.groupdocs.viewer.domain.html.PageHtml
Initializes a new instance of the PageHtml class.
PageImage - Class in com.groupdocs.viewer.domain.image
Represents a container for page rendered as Image.
PageImage(int, InputStream) - Constructor for class com.groupdocs.viewer.domain.image.PageImage
Initializes a new instance of the PageImage class.
PageImage(int) - Constructor for class com.groupdocs.viewer.domain.image.PageImage
Initializes a new instance of the PageImage class.
PageResource - Static variable in class com.groupdocs.viewer.domain.cache.CacheFileType
Document page resource
PasswordProtectedFileException - Exception in com.groupdocs.viewer.exception
Thrown if a document is encrypted with a password and the password specified when opening the document is missing.
PasswordProtectedFileException(String, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.PasswordProtectedFileException
Initializes a new instance of the PasswordProtectedFileException class.
PDF - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Pdf".
PdfFileOptions - Class in com.groupdocs.viewer.domain.options
Class PdfFileOptions.
PdfFileOptions() - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(int) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(int, Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(String) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(String, int) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(String, Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfFileOptions(String, int, Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PdfFileOptions
Initializes a new instance of the PdfFileOptions class.
PdfOptions - Class in com.groupdocs.viewer.converter.options
Provides options for rendering documents as PDF.
PdfOptions() - Constructor for class com.groupdocs.viewer.converter.options.PdfOptions
Initializes a new instance of the PdfOptions class.
performTransformations(List<PageHtml>, TransformationOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
 
performTransformations(List<PageImage>, TransformationOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
 
PLAIN_TEXT_FILE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Plain Text File documents.
PNG - Static variable in class com.groupdocs.viewer.converter.options.ConvertImageFileType
PNG
PORTABLE_DOCUMENT_FORMAT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Portable Document Format documents.
PrintableHtmlContainer - Class in com.groupdocs.viewer.domain.containers
Represents a container for printable HTML.
PrintableHtmlContainer() - Constructor for class com.groupdocs.viewer.domain.containers.PrintableHtmlContainer
 
PrintableHtmlOptions - Class in com.groupdocs.viewer.domain.options
Class PrintableHtmlOptions.
PrintableHtmlOptions() - Constructor for class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
Initializes a new instance of the PrintableHtmlOptions class.
PrintableHtmlOptions(String, Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
Initializes a new instance of the PrintableHtmlOptions class.
PrintableHtmlOptions(String) - Constructor for class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
Initializes a new instance of the PrintableHtmlOptions class.
PrintableHtmlOptions(Watermark) - Constructor for class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
Initializes a new instance of the PrintableHtmlOptions class.
PROJECT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Project".

R

RENDER_COMMENTS_DEFAULT - Static variable in class com.groupdocs.viewer.converter.options.RenderOptions
Constant RENDER_COMMENTS_DEFAULT=false
RenderOptions - Class in com.groupdocs.viewer.converter.options
Base document rendering options.
Reorder - Static variable in class com.groupdocs.viewer.domain.Transformation
Reorder transformation
reorderPage(String, ReorderPageOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Reorders the page.
ReorderPageOptions - Class in com.groupdocs.viewer.domain.options
The reorder options.
ReorderPageOptions(int, int, String) - Constructor for class com.groupdocs.viewer.domain.options.ReorderPageOptions
Initializes a new instance of the ReorderPageOptions class.
ReorderPageOptions(int, int) - Constructor for class com.groupdocs.viewer.domain.options.ReorderPageOptions
Initializes a new instance of the ReorderPageOptions class.
resolveConverter(ConvertOptions) - Method in class com.groupdocs.viewer.handler.ViewerHtmlHandler
 
resolveConverter(ConvertOptions) - Method in class com.groupdocs.viewer.handler.ViewerImageHandler
 
RICH_TEXT_FORMAT - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Rich Text Format documents.
Rotate - Static variable in class com.groupdocs.viewer.domain.Transformation
Rotate transformation
rotatePage(String, RotatePageOptions) - Method in class com.groupdocs.viewer.handler.ViewerHandler
Rotates the page.
RotatePageOptions - Class in com.groupdocs.viewer.domain.options
The rotate options.
RotatePageOptions(int, int, String) - Constructor for class com.groupdocs.viewer.domain.options.RotatePageOptions
Initializes a new instance of the RotatePageOptions class.
RotatePageOptions(int, int) - Constructor for class com.groupdocs.viewer.domain.options.RotatePageOptions
Initializes a new instance of the RotatePageOptions class.
RowData - Class in com.groupdocs.viewer.domain
Represents a container for PDF file text row description.
RowData() - Constructor for class com.groupdocs.viewer.domain.RowData
Initializes a new instance of the RowData class.

S

saveFileData(FileDescription, FileData) - Method in interface com.groupdocs.viewer.helper.IFileDataStore
Saves the file data.
setAngle(int) - Method in class com.groupdocs.viewer.domain.PageData
The page angle.
setAttachmentName(String) - Method in class com.groupdocs.viewer.domain.cache.CachedAttachmentDescription
The attachment name.
setAttachments(List<AttachmentBase>) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the attachments.
setAttachments(List<Attachment>) - Method in class com.groupdocs.viewer.domain.EmailFileData
Deprecated.
setAttachments(List<Attachment>) - Method in class com.groupdocs.viewer.domain.FileData
The attachments.
setCacheFileType(int) - Method in class com.groupdocs.viewer.domain.cache.CacheFileDescription
The cached file type.
setCacheFolderName(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
The name of the cache folder.
setCachePath(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to the directory, where the cache will be stored.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The CAD documents rendering options.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The CAD documents rendering options.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The CAD documents rendering options.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The CAD documents rendering options.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Cad options html page was generated with.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Sets the CadOptions.
setCadOptions(CadOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets Cad options.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Spreadsheet documents rendering options.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Spreadsheet documents rendering options.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Spreadsheet documents rendering options.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Spreadsheet documents rendering options.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Cells options HTML page was generated with
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The CellsOptions.
setCellsOptions(CellsOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets cells options.
setCharacterCoordinates(List<Double>) - Method in class com.groupdocs.viewer.domain.RowData
The character coordinates.
setColor(Color) - Method in class com.groupdocs.viewer.domain.Watermark
Sets color.
setConvertImageFileType(int) - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The type of image file, default is PNG.
setCountPagesToRender(int) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The number of pages to render.
setCountRowsPerPage(int) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
The number of rows rendered into one page when one page per sheet rendering mode is not enabled.
setCss(String) - Method in class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
The CSS.
setDateCreated(Date) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The created time.
setDateCreated(Date) - Method in class com.groupdocs.viewer.domain.FileData
The created time.
setDateModified(Date) - Method in class com.groupdocs.viewer.domain.FileData
The last modification date.
setDeleteAnnotations(boolean) - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies whether annotations from PDF documents should not be rendered.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Microsoft Visio documents rendering options.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Microsoft Visio documents rendering options.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Microsoft Visio documents rendering options.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Microsoft Visio documents rendering options.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Diagram options HTML page was generated with.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The DiagramOptions.
setDiagramOptions(DiagramOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets Diagram options.
setDirectory(boolean) - Method in class com.groupdocs.viewer.domain.FileDescription
Indicates whether file or folder.
setDocumentPageNumber(int) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Document page number
setDocumentType(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The type of the document.
setDocumentTypeFormat(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Return document type format.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Email documents rendering options.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Email documents rendering options.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Email documents rendering options.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Email documents rendering options.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Emial options HTML page was generated with
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The EmailOptions.
setEmailOptions(EmailOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets Words options.
setEnablePreciseRendering(boolean) - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Indicates whether the PDF document is rendered in a precise mode or not.
setEncoding(Charset) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
The text (*.csv) document encoding.
setEncoding(Charset) - Method in class com.groupdocs.viewer.converter.options.EmailOptions
The encoding.
setEncoding(Charset) - Method in class com.groupdocs.viewer.converter.options.WordsOptions
The document encoding.
setEncodingInternal(Encoding) - Method in class com.groupdocs.viewer.converter.options.EmailOptions
Sets encoding internal.
setEncodingInternal(Encoding) - Method in class com.groupdocs.viewer.converter.options.WordsOptions
setEncodingInternal.
setEngineType(EngineTypes) - Method in class com.groupdocs.viewer.config.ViewerConfig
Current viewer engine.
setExtension(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the file extension.
setFileType(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The type of the file.
setFontName(String) - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text font name e.g.
setGuid(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The file unique identifier, full path for local storage e.g.
setGuid(String) - Method in class com.groupdocs.viewer.domain.FileDescription
The file unique identifier, full path for local storage e.g.
setHeight(int) - Method in class com.groupdocs.viewer.converter.options.CadOptions
The height of the render result in pixels.
setHeight(int) - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The image height.
setHeight(int) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page height.
setHeight(int) - Method in class com.groupdocs.viewer.domain.PageData
The page height.
setHtmlContent(String) - Method in class com.groupdocs.viewer.domain.containers.PrintableHtmlContainer
The content of the HTML.
setHtmlContent(String) - Method in class com.groupdocs.viewer.domain.html.PageHtml
HTML page content
setHtmlResourcePrefix(String) - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
Specifies prefix for HTML resource name.
setHtmlResources(List<HtmlResource>) - Method in class com.groupdocs.viewer.domain.html.PageHtml
Resources descriptions
setHtmlResourcesInternal(List<HtmlResource>) - Method in class com.groupdocs.viewer.domain.html.PageHtml
Sets html resources internal.
setIgnoreResourcePrefixForCss(boolean) - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
Indicates whether to ignore resource prefix when processing CSS or not.
setInternalHyperlinkPrefix(String) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Prefix for hyperlink that references worksheet inside the same document.
setJpegQuality(int) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The JPEG image quality.
setJpegQuality(int) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The JPEG quality.
setJpegQuality(int) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets the quality of the jpeg images contained in resulting pdf documents.
setLastModificationDate(Date) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The last modification date.
setLastModificationDate(Date) - Method in class com.groupdocs.viewer.domain.FileDescription
The last modification date.
setLastModificationDateInternal(DateTime) - Method in class com.groupdocs.viewer.domain.FileDescription
Sets last modification date internal.
setLayoutName(String) - Method in class com.groupdocs.viewer.converter.options.CadOptions
The name of the specific layout to render.
setLicense(InputStream) - Method in class com.groupdocs.viewer.licensing.License
Licenses the component.
setLicense(String) - Method in class com.groupdocs.viewer.licensing.License
Licenses the Viewer.
setLineHeight(double) - Method in class com.groupdocs.viewer.domain.RowData
The height of the line.
setLineLeft(double) - Method in class com.groupdocs.viewer.domain.RowData
The line left.
setLineTop(double) - Method in class com.groupdocs.viewer.domain.RowData
The line top.
setLineWidth(double) - Method in class com.groupdocs.viewer.domain.RowData
The width of the line.
setLocalesPath(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to locales.
setMaxHeight(int) - Method in class com.groupdocs.viewer.domain.FileData
The maximum height.
setMaxWidth(int) - Method in class com.groupdocs.viewer.domain.FileData
The maximum width.
setMeteredKey(String, String) - Method in class com.groupdocs.viewer.metered.Metered
Sets metered public and private key
setName(String) - Method in class com.groupdocs.viewer.domain.AttachmentBase
The attachment name.
setName(String) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The file name.
setName(String) - Method in class com.groupdocs.viewer.domain.FileDescription
The file name.
setName(String) - Method in class com.groupdocs.viewer.domain.PageData
The page name.
setNewPosition(int) - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The new page position.
setNumber(int) - Method in class com.groupdocs.viewer.domain.PageData
The page number.
setOnePagePerSheet(boolean) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Specifies worksheet rendering mode.
setOutputExtension(String) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The extension of the cached file.
setOutputExtension(String) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The extension of the cached file.
setPageCount(int) - Method in class com.groupdocs.viewer.domain.FileData
The page count.
setPageNamePrefix(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
The prefix for generated page name.
setPageNumber(int) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The starting page number to render.
setPageNumber(int) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page number.
setPageNumber(int) - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The page number.
setPageNumber(int) - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The page number.
setPageNumber(int) - Method in class com.groupdocs.viewer.domain.Page
Page number
setPageNumbersToRender(List<Integer>) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The List of page numbers to render.
setPages(List<PageData>) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
Gets the pages data.
setPages(List<PageData>) - Method in class com.groupdocs.viewer.domain.FileData
The pages.
setPassword(String) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The password.
setPassword(String) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The password of the document to render.
setPassword(String) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The password.
setPassword(String) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
The password.
setPassword(String) - Method in class com.groupdocs.viewer.domain.options.ReorderPageOptions
The password.
setPassword(String) - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The password.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The PDF documents rendering options.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The PDF documents rendering options.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The PDF documents rendering options.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The PDF documents rendering options.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
PDf options HTML page was generated with.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The PdfOptions.
setPdfOptions(PdfOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets PDF options.
setPosition(int) - Method in class com.groupdocs.viewer.domain.Watermark
The watermark position.
setPreventGlyphsGrouping(boolean) - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Deprecated.
setRenderComments(boolean) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether comments should be rendered.
setRenderComments(boolean) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
Indicates whether comments should be rendered.
setRenderComments(boolean) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
Indicates whether comments should be rendered.
setRenderComments(boolean) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Indicates whether comments should be rendered.
setRenderLayersSeparately(boolean) - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies whether PDF document layers have to be separated when rendering into HTML.
setRenderLayouts(boolean) - Method in class com.groupdocs.viewer.converter.options.CadOptions
Indicates whether layouts from CAD document should be rendered.
setResourceName(String) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
HTML resource file name
setResourcesEmbedded(boolean) - Method in class com.groupdocs.viewer.converter.options.HtmlOptions
Indicates whether to embed resources into HTML or not.
setResourceType(HtmlResourceType) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
HTML resource type
setRotationAngle(int) - Method in class com.groupdocs.viewer.domain.options.RotatePageOptions
The rotation angle.
setRows(List<RowData>) - Method in class com.groupdocs.viewer.domain.PageData
The list of text rows.
setScaleFactor(float) - Method in class com.groupdocs.viewer.converter.options.CadOptions
The scale factor affects the size of an output document.
setShowGridLines(boolean) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Indicates whether to show grid lines in converted document.
setShowHiddenPages(boolean) - Method in class com.groupdocs.viewer.converter.options.DiagramOptions
Indicates whether hidden pages should be rendered.
setShowHiddenSheets(boolean) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Indicates whether hidden sheets should be rendered.
setShowTrackedChanges(boolean) - Method in class com.groupdocs.viewer.converter.options.WordsOptions
Indicates whether tracked changes should be rendered or not.
setSize(long) - Method in class com.groupdocs.viewer.domain.Attachment
Sets attachment size.
setSize(long) - Method in class com.groupdocs.viewer.domain.containers.DocumentInfoContainer
The size.
setSize(long) - Method in class com.groupdocs.viewer.domain.EmailAttachment
Deprecated.
setSize(long) - Method in class com.groupdocs.viewer.domain.FileDescription
The size in bytes.
setSourceDocumentGuid(String) - Method in class com.groupdocs.viewer.domain.AttachmentBase
The guid of the source document.
setStoragePath(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
The path to the documents storage directory.
setStream(InputStream) - Method in class com.groupdocs.viewer.domain.containers.FileContainer
Sets stream.
setStream(InputStream) - Method in class com.groupdocs.viewer.domain.image.PageImage
Page stream.
setStreamInternal(Stream) - Method in class com.groupdocs.viewer.domain.containers.FileContainer
Sets stream internal.
setStreamInternal(Stream) - Method in class com.groupdocs.viewer.domain.image.PageImage
setStreamInternal.
setTempFolderName(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
Deprecated.
setTempPath(String) - Method in class com.groupdocs.viewer.config.ViewerConfig
Deprecated.
setText(String) - Method in class com.groupdocs.viewer.domain.RowData
The text.
setText(String) - Method in class com.groupdocs.viewer.domain.Watermark
The watermark text.
setTextCoordinates(List<Double>) - Method in class com.groupdocs.viewer.domain.RowData
The text coordinates.
setTextOverflowMode(int) - Method in class com.groupdocs.viewer.converter.options.CellsOptions
Text overflow mode applied when the text is too big to fit into the cell.
setTransformations(int) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
Indicates what transformations that are applied to the document should be rendered.
setTransformations(int) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets transformations.
setUseCache(boolean) - Method in class com.groupdocs.viewer.config.ViewerConfig
Indicates whether to cache rendering results or not.
setUseCache(boolean) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether cache is used for document rendering.
setUseOriginalContentOrdering(boolean) - Method in class com.groupdocs.viewer.converter.options.PdfOptions
Specifies content ordering mode when rendering into HTML.
setUsePdf(boolean) - Method in class com.groupdocs.viewer.config.ViewerConfig
Indicates whether to use intermediate conversion to PDF when rendering document.
setUsePdf(boolean) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
Indicates whether intermediate conversion to PDF is enabled for document rendering.
setVisible(boolean) - Method in class com.groupdocs.viewer.domain.PageData
Indicates whether the page is visible or not.
setWatermark(Watermark) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The page watermark.
setWatermark(Watermark) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
The watermark.
setWatermark(Watermark) - Method in class com.groupdocs.viewer.domain.options.PrintableHtmlOptions
The watermark.
setWidth(int) - Method in class com.groupdocs.viewer.converter.options.CadOptions
The width of the render result in pixels.
setWidth(int) - Method in class com.groupdocs.viewer.converter.options.ImageOptions
The image width.
setWidth(int) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The page width.
setWidth(int) - Method in class com.groupdocs.viewer.domain.PageData
The page width.
setWidth(float) - Method in class com.groupdocs.viewer.domain.Watermark
The watermark width.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.converter.options.FileDataOptions
The Text documents rendering options.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.converter.options.RenderOptions
The Text documents rendering options.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedDocumentDescription
The Text documents rendering options.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.domain.cache.CachedPageDescription
The Text documents rendering options.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.domain.html.HtmlResource
Words options HTML page was generated with
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.domain.options.DocumentInfoOptions
The WordsOptions.
setWordsOptions(WordsOptions) - Method in class com.groupdocs.viewer.domain.options.PdfFileOptions
Sets email options.
SHOW_HIDDEN_PAGES_DEFAULT - Static variable in class com.groupdocs.viewer.converter.options.DiagramOptions
Constant SHOW_HIDDEN_PAGES_DEFAULT=false
SHOW_TRACKED_CHANGES_DEFAULT - Static variable in class com.groupdocs.viewer.converter.options.WordsOptions
Constant SHOW_TRACKED_CHANGES_DEFAULT=false
ShowHiddenPagesFlag - Static variable in class com.groupdocs.viewer.converter.options.DiagramOptions.DiagramOptionsFlags
 
Size - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListSortBy
Order by Size
SLIDES - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Slides".
StoragePathNotSpecifiedException - Exception in com.groupdocs.viewer.exception
Thrown when trying to load file from storage or to cache file to storage, but storage path was not specified.
StoragePathNotSpecifiedException(ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.StoragePathNotSpecifiedException
Initializes a new instance of the StoragePathNotSpecifiedException class.

T

TAGGEDIMAGE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "TaggedImage".
TEXT_OVERFLOW_MODE_DEFAULT - Static variable in class com.groupdocs.viewer.converter.options.CellsOptions
Constant TEXT_OVERFLOW_MODE_DEFAULT=TextOverflowMode.OverlayIfNextIsEmpty
TextOverflowMode - Class in com.groupdocs.viewer.converter.options
Text overflow mode for rendering Cells documents to HTML
toNetworkCredential() - Method in class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
Maps windows authentication credential to network credential.
TopCenter - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The top center
TopLeft - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The top left
TopRight - Static variable in class com.groupdocs.viewer.domain.WatermarkPosition
The top right
toString() - Method in class com.groupdocs.viewer.domain.FileData
toString() - Method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Shows the object as String.
toString() - Method in class com.groupdocs.viewer.domain.PageData
toString() - Method in class com.groupdocs.viewer.domain.RowData
Transformation - Class in com.groupdocs.viewer.domain
The document transformation flags.
TransformationFailedPageNotExistException - Exception in com.groupdocs.viewer.exception
Thrown while performing file transformations and desired page not exists in document.
TransformationFailedPageNotExistException(String, int, ILocalizationHandler) - Constructor for exception com.groupdocs.viewer.exception.TransformationFailedPageNotExistException
Initializes a new instance of the TransformationFailedPageNotExistException class.

U

UNKNOWN - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define unknown documents.
UNKNOWN - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Unknown".
Unknown - Static variable in class com.groupdocs.viewer.domain.options.FileListOptions.FileListSortBy
No sort

V

value() - Method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Value int.
valueOf(String) - Static method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.viewer.domain.html.HtmlResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewerConfig - Class in com.groupdocs.viewer.config
The Viewer configuration.
ViewerConfig() - Constructor for class com.groupdocs.viewer.config.ViewerConfig
 
ViewerHandler<T extends Page> - Class in com.groupdocs.viewer.handler
Base class for Viewer handlers.
ViewerHandler(ViewerConfig, EngineTypes, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHandler
Initializes a new instance of the ViewerHandler{T} class.
ViewerHandler(ViewerConfig, EngineTypes) - Constructor for class com.groupdocs.viewer.handler.ViewerHandler
Initializes a new instance of the ViewerHandler{T} class.
ViewerHandler(ViewerConfig, EngineTypes, IInputDataHandler, ICacheDataHandler, IFileDataStore, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHandler
Initializes a new instance of the ViewerHandler{T} class.
ViewerHtmlHandler - Class in com.groupdocs.viewer.handler
Handler for rendering document as HTML.
ViewerHtmlHandler() - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, IFileDataStore) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerHtmlHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, IFileDataStore, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerHtmlHandler
Initializes a new instance of the ViewerHtmlHandler class.
ViewerImageHandler - Class in com.groupdocs.viewer.handler
Handler for rendering document as Image.
ViewerImageHandler() - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, IFileDataStore) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.
ViewerImageHandler(ViewerConfig, IInputDataHandler, ICacheDataHandler, IFileDataStore, CultureInfo) - Constructor for class com.groupdocs.viewer.handler.ViewerImageHandler
Initializes a new instance of the ViewerImageHandler class.

W

Watermark - Class in com.groupdocs.viewer.domain
Represents a container for the page watermark properties.
Watermark(String) - Constructor for class com.groupdocs.viewer.domain.Watermark
Initializes a new instance of the Watermark class.
Watermark(String, Color, int, float) - Constructor for class com.groupdocs.viewer.domain.Watermark
Initializes a new instance of the Watermark class.
WatermarkPosition - Class in com.groupdocs.viewer.domain
Watermark positions.
WINDOWS_ICON - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Windows Icon documents.
WINDOWS_METAFILE - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define Windows Icon documents.
WindowsAuthenticationCredential - Class in com.groupdocs.viewer.domain
Represents a container for the windows authentication credentials.
WindowsAuthenticationCredential(String, String) - Constructor for class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
Initializes new instance of windows authentication credential.
WindowsAuthenticationCredential(String, String, String) - Constructor for class com.groupdocs.viewer.domain.WindowsAuthenticationCredential
Initializes new instance of windows authentication credential.
WORDS - Static variable in class com.groupdocs.viewer.domain.DocumentTypeName
Default is "Words".
WordsOptions - Class in com.groupdocs.viewer.converter.options
Options for Words documents conversion.
WordsOptions() - Constructor for class com.groupdocs.viewer.converter.options.WordsOptions
Initializes a new instance of the WordsOptions class.

X

XML_PAPER_SPECIFICATION - Static variable in class com.groupdocs.viewer.domain.DocumentTypeFormat
Define XML Paper Specification documents.
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2018. All rights reserved.