- GET_CSS_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_DOCUMENT_PAGE_HTML_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_DOCUMENT_PAGE_IMAGE_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_FILE_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_FONT_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_GENERATE_PROGRESS - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_HTML_RESOURCES_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_IMAGE_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_IMAGE_URL_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_JS_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_PDF_2_JAVA_SCRIPT_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_PDF_WITH_PRINT_DIALOG - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- GET_PRINTABLE_HTML_HANDLER - Variable in class com.groupdocs.viewer.resources.GroupDocsViewer
-
- getApplicationPath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get application path
ex: http://localhost:8080/
- getApplicationPath() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Get application path
- getBackgroundColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
The background CSS color of the top toolbar and the Thumbnails button
EX: 'yellow', '#00ff00', 'rgb(255,0,255)'
- getBaseName() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets the base name, minus the full path and extension, from a filename
- getBasePath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get absolute storage path
Path where all document will be stored (accessible by application)
- getCacheHandler() - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getCachePath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get absolute path to cache directory
Set null or empty for the default
Default path is storage/temp directory
- getConfig() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Get UI configuration
- getConfiguration() - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getCount() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataResponse
-
Get nodes count
- getCssHandler(String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getCssHandler(String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get CSS scripts
This method is used to get CSS scripts that are required to construct Viewer's UI
- getCurrentSearchHighlightColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Current Search Highlight Color Background color of the current search
hit
- getDescForHtmlBasedEngine() - Method in class com.groupdocs.viewer.domain.request.PdfToJavaScriptRequest
-
Get description for HTML based engine
- getDimension() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get dimension
- getDisplayName() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
Get display name
- getDoc_type() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get document type
- getDocType() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get document type
- getDocumentDescription() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get document description
- getDocumentPageHtmlHandler(HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getDocumentPageHtmlHandler(HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get HTML page [POST request]
- getDocumentPageImageHandler(String, Integer, Integer, Boolean, Integer, Boolean, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getDocumentPageImageHandler(String) - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getDocumentPageImageHandler(String, Integer, Integer, Boolean, Integer, Boolean, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get image file [GET request]
- getDocumentType(String) - Static method in class com.groupdocs.viewer.domain.DocumentType
-
Create a map of supported file formats and document types
Used to display corresponding file icons in file browser popup
- getDocumentType(FileType) - Static method in class com.groupdocs.viewer.domain.DocumentType
-
Create a map of supported file formats and document types
Used to display corresponding file icons in file browser popup
- getDocVersion() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
- getEncryptionKey() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get encrypt key
Encrypt key is used for token id's generations.
Key must be 16 characters length or null
- getExpirationDate() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get expiration date
Expiration date for generated token id's from file uploads.
Set 0 to unlimited.
- getExt() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get extension
- getExtended() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get extended
- getFile(String) - Method in class com.groupdocs.viewer.handlers.input.AmazonS3InputDataHandler
-
- getFile(String) - Method in class com.groupdocs.viewer.handlers.input.AzureInputDataHandler
-
- getFile(String) - Method in class com.groupdocs.viewer.handlers.input.InputDataHandler
-
Get file
- getFileCount() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get file count
- getFileDescription(String) - Method in class com.groupdocs.viewer.handlers.input.AmazonS3InputDataHandler
-
- getFileDescription(String) - Method in class com.groupdocs.viewer.handlers.input.AzureInputDataHandler
-
- getFileDescription(String) - Method in class com.groupdocs.viewer.handlers.input.InputDataHandler
-
Get file description
- getFileDescriptionList(String) - Method in class com.groupdocs.viewer.handlers.input.AmazonS3InputDataHandler
-
- getFileDescriptionList(String) - Method in class com.groupdocs.viewer.handlers.input.AzureInputDataHandler
-
- getFileDescriptionList(String) - Method in class com.groupdocs.viewer.handlers.input.InputDataHandler
-
Get file description list
- getFileDisplayName() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
File name to Display
Note: this is just a name which will be displayed in all opened documents
- getFileDisplayName() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get file display name
- getFileHandler(String, boolean, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getFileHandler(String, boolean, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Download file [GET request]
- getFileType() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets file type from full file name
- getFileType() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get file type
- getFileType() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
- getFileTypes() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get file types
- getFilter() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get filter
- getFirstPage() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get first page
- getFolderCount() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get folder count
- getFontHandler(String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getFontHandler(String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get fonts
This method is used to get font that are required to generate documents
- getGuid() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets file ID
- getGuid() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get guid
- getGuid() - Method in class com.groupdocs.viewer.domain.request.PdfToJavaScriptRequest
-
Get guid
- getGuid() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get guid
- getGuid() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get guid
- getGuid() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get guid
- getH() - Method in class com.groupdocs.viewer.domain.response.description.domain.Page
-
Get height
- getHeader() - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
Get HTML header
- getHeight() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get height
Height of the application
Set 0 to 100% height (in this case html tag for example div should
contain style with height = 100% property)
- getHtmlResourcesHandler(String, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getHtmlResourcesHandler(String, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get HTML resources [GET request]
- getId() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get id
- getId() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get id
- getImage(String, String, OutputStream) - Method in class com.groupdocs.viewer.handlers.input.InputDataHandler
-
Get external image (for html and some files with images)
- getImage_urls() - Method in class com.groupdocs.viewer.domain.response.ImageUrlsResponse
-
Get list of thumbnail images
- getImage_urls() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get image URL's list
- getImageHandler(String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getImageHandler(String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get images
This method is used to get images that are required to construct Viewer's UI
- getImageSaveStream(GroupDocsFileDescription, int, int) - Method in interface com.groupdocs.viewer.handlers.cache.CacheDataHandler
-
Get output stream for saving temp image file
- getImageStream(GroupDocsFileDescription, int, int) - Method in interface com.groupdocs.viewer.handlers.cache.CacheDataHandler
-
Get input stream of temp image file
- getImageUrls(ImageUrlsRequest) - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getImageUrlsHandler(HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getImageUrlsHandler(String, String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getImageUrlsHandler(HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get thumbs and other images files [POST request]
- getImageUrlsHandler(String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewerIE
-
Get thumbs and other images files [GET request]
- getInitialZoom() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get initial zoom
Default zoom is 100%
- getInputDataHandler() - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getIsKnown() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get is known
- getIsShared() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get is shared
- getJqueryFileDownloadCookieName() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
jQuery file download name to store in cookies
Default name is 'jqueryFileDownloadJSForGD'
- getJsHandler(String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getJsHandler(String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get JavaScript scripts
This method is used to get JavaScripts that are required to construct Viewer's UI
- getLastModified() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets last file modified date
- getLic() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get license
- getLicensePath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get absolute path to license file
- getLinkManager() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Get files path manager object
- getLocale() - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getLocalesPath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get locales path
Path where custom locale files are stored.
- getMaxCacheSize() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get maximum size of temp files directory
- getMaxPageHeight() - Method in class com.groupdocs.viewer.domain.response.description.AnyDocumentDescription
-
Get max page height
- getMinimumImageWidth() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Minimum Image Width If set, the Viewer will load page images with the
specified width from the server when starting.
It will not load page images from the server again after zooming if the
current page image size is smaller than the value specified and if the
original (not scaled) page image size is smaller than the value
specified.
It means that in most cases the Viewer will load page images only once
and will not reload them after zooming in/out.
- getModifyTime() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get modify time
- getName() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets filename
- getName() - Method in class com.groupdocs.viewer.domain.response.description.domain.Sheet
-
Get sheet name
- getName() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get name
- getName() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get name
- getNewPosition() - Method in class com.groupdocs.viewer.domain.request.ReorderPageRequest
-
Get new position
- getNodes() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get nodes
- getNodes() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataResponse
-
Get node list
- getNumber() - Method in class com.groupdocs.viewer.domain.response.description.domain.Page
-
Get page number
- getOldPosition() - Method in class com.groupdocs.viewer.domain.request.ReorderPageRequest
-
Get old position
- getOrderAsc() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get ascend order
- getOrderBy() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get order by
- getPage_count() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get page count
- getPageCount() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get page count
- getPageCss() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get css page
- getPageHtml() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get html page
- getPageIndex() - Method in class com.groupdocs.viewer.domain.request.DocumentPageRequest
-
Get page index
- getPageIndex() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get page index
- getPageNumber() - Method in class com.groupdocs.viewer.domain.request.RotatePageRequest
-
- getPageRotationManager() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Get page rotation manager
- getPages() - Method in class com.groupdocs.viewer.domain.response.description.AnyDocumentDescription
-
Get pages
- getPageSize() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get page size
- getPassword() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get password
- getPath() - Method in class com.groupdocs.viewer.domain.path.GroupDocsPath
-
Get encoded file path
- getPath() - Method in class com.groupdocs.viewer.domain.request.DocumentPageRequest
-
Get path
- getPath() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
get path
- getPath() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
Get path
- getPath() - Method in class com.groupdocs.viewer.domain.request.ReorderPageRequest
-
Get path
- getPath() - Method in class com.groupdocs.viewer.domain.request.RotatePageRequest
-
- getPath() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get path
- getPdfDownloadUrl() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get download pdf
- getPdfPrintUrl() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get pdf print URL
- getPdfSaveStream(GroupDocsFileDescription) - Method in interface com.groupdocs.viewer.handlers.cache.CacheDataHandler
-
Get output stream for saving temp pdf file
- getPdfStream(GroupDocsFileDescription) - Method in interface com.groupdocs.viewer.handlers.cache.CacheDataHandler
-
Get input stream of temp pdf file
- getPdfWithPrintDialog(String, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getPdfWithPrintDialog(String, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Get PDF print dialog [GET request]
- getPreloadPagesCount() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Loads, processes and caches a specified number of page images when first
opening a document pages processing is the default)
- getPreloadPagesCount() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get pre-load pages count
- getPrintableHtml(PrintableHtmlRequest) - Method in class com.groupdocs.viewer.handlers.ViewerHandlerBasic
-
- getPrintableHtmlHandler(HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getPrintableHtmlHandler(String, String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
- getPrintableHtmlHandler(PrintableHtmlRequest, String, HttpServletRequest, HttpServletResponse) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
Get printable html from specific file type
- getPrintableHtmlHandler(HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewer
-
Print document [POST request]
- getPrintableHtmlHandler(String, String, HttpServletRequest, HttpServletResponse) - Method in interface com.groupdocs.viewer.resources.IGroupDocsViewerIE
-
Print document [GET request]
- getPrivateKey() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get private key
- getPrivateKey() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get private key
- getPrivateKey() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get private key
- getQuality() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get image quality
Image rendering quality (in range 0..100) for image based engine.
- getQuality() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get quality
- getQuality() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get quality
- getResultAngle() - Method in class com.groupdocs.viewer.domain.response.RotatePageResponse
-
- getRootDir() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Path to file storage
- getRotationAmount() - Method in class com.groupdocs.viewer.domain.request.RotatePageRequest
-
- getSearchHighlightColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Search Highlight Color The color parameter is the background color of
search hits.
- getSharers() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get sharers
- getSheets() - Method in class com.groupdocs.viewer.domain.response.description.CellsDocumentDescription
-
- getSize() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Gets file size
- getSize() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get size
- getStorageDir() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Path to files directory, starting from root path
- getSupportedTypes() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get supported types
- getSupportPageRotation() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get support page rotation
- getSupportPageRotation() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
- getTempDir() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Path to temp directory where all generated images will be stored
- getThumbnail() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get thumbnail
- getThumbnailsContainerBackgroundColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Thumbnails Container Background Color The background CSS color of the
Thumbnails container 'yellow', '#00ff00', 'rgb(255,0,255)'
- getThumbnailsContainerBorderRightColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Thumbnails Container Border Right Color The CSS color of the right
border of the Thumbnails container
Ex: 'yellow', '#00ff00', 'rgb(255,0,255)'
- getThumbnailsContainerWidth() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Thumbnails Container Width The width of the thumbnails panel
- getTime() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get time
- getToken() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get token
- getToken() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get token
- getTokenId() - Method in class com.groupdocs.viewer.domain.response.UploadTokenResponse
-
Get token id
- getToolbarBorderBottomColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar Border Bottom Color The CSS color of the bottom border of the
toolbar
Ex: 'yellow', '#00ff00', 'rgb(255,0,255)'
- getToolbarButtonBorderColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar Button Border Color The CSS color of the border of the
toolbar buttons
Ex: (“yellow”, ”#00ff00”, “rgb(255,0,255)“)
- getToolbarButtonBorderHoverColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar Button Border Hover Color The CSS color of the hover of the
toolbar buttons
Ex: (“yellow”, ”#00ff00”, “rgb(255,0,255)“)
- getToolbarButtonsBoxShadowHoverStyle() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar Buttons Box Shadow Hover Style
The value of the CSS3 box-shadow property of the toolbar buttons
- getToolbarButtonsBoxShadowStyle() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar Buttons Box Shadow Style
The value of the CSS3 box-shadow property of the toolbar buttons
Default: '0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255,
255, 0.15)'
- getToolbarInputFieldBorderColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Toolbar InputField Border Color The CSS color of the border of the
toolbar page number field
Ex: 'yellow', '#00ff00', 'rgb(255,0,255)'
- getType() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get type
- getUploadPath() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Get upload path
Default upload path is storage path.
Define path in case uploaded files should be stored in different path or
return null.
Path is relative
- getUploadPath() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Get upload path
By default upload path is set in storage path
- getUrl() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get URL
- getUrl() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
Get URL
- getUrlForResourcesInHtml() - Method in class com.groupdocs.viewer.domain.response.ViewDocumentResponse
-
- getUserId() - Method in class com.groupdocs.viewer.domain.request.FileBrowserTreeDataRequest
-
Get user id
- getUserId() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get user id
- getUserId() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get user id
- getValue(String) - Static method in enum com.groupdocs.viewer.domain.FileType
-
- getVersion() - Method in class com.groupdocs.viewer.domain.response.FileBrowserTreeDataNodeResponse
-
Get version
- getViewerScript(String, String, String) - Method in class com.groupdocs.viewer.handlers.ViewerHandler
-
Get Viewer Script
- getViewerStyle() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Initial Viewer style
The page scroll or page flip style
- getW() - Method in class com.groupdocs.viewer.domain.response.description.domain.Page
-
Get width
- getWatermarkColor() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get Watermark Color Allows to draw a text watermark on every page of a
document.
Specifies the color of a watermark.
- getWatermarkColor() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get watermark color
- getWatermarkColor() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
- getWatermarkColor() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get watermark color
- getWatermarkFontSize() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Watermark font size
- getWatermarkFontSize() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get watermark font size
- getWatermarkFontSize() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
- getWatermarkFontSize() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
- getWatermarkPosition() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Watermark position
Values: 'Diagonal', 'Horizontal', 'Vertical'
- getWatermarkPosition() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
- getWatermarkPosition() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
- getWatermarkPosition() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
- getWatermarkText() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get WatermarkText Allows to draw a text watermark on every page of a
document.
Specifies the text of a watermark.
- getWatermarkText() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get watermark text
- getWatermarkText() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
- getWatermarkText() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get watermark text
- getWidth() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Get width
Width of the application
Set 0 to 100% width
- getWidth() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get width
- getWidthForMaxHeight() - Method in class com.groupdocs.viewer.domain.response.description.AnyDocumentDescription
-
Get width for max height
- GroupDocsFileDescription - Class in com.groupdocs.viewer.domain
-
- GroupDocsFileDescription() - Constructor for class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
- GroupDocsPath - Class in com.groupdocs.viewer.domain.path
-
File path encoder
Converting file path to file id.
- GroupDocsPath() - Constructor for class com.groupdocs.viewer.domain.path.GroupDocsPath
-
- GroupDocsViewer - Class in com.groupdocs.viewer.resources
-
Provides static URL's for Viewer integration
- GroupDocsViewer() - Constructor for class com.groupdocs.viewer.resources.GroupDocsViewer
-
- IBackEndConfiguration - Interface in com.groupdocs.viewer.config
-
- IFrontEndConfiguration - Interface in com.groupdocs.viewer.config
-
- IGroupDocsViewer - Interface in com.groupdocs.viewer.resources
-
Basic interface to support Viewer Handler
This interface doesn't support IE
For IE support please
- IGroupDocsViewerIE - Interface in com.groupdocs.viewer.resources
-
Interface for IE requests
- IMAGE - Static variable in class com.groupdocs.viewer.domain.DocumentType
-
- IMAGE_JPEG - Static variable in class com.groupdocs.viewer.domain.web.MediaType
-
- IMAGE_PNG - Static variable in class com.groupdocs.viewer.domain.web.MediaType
-
- IMAGE_SVG_XML - Static variable in class com.groupdocs.viewer.domain.web.MediaType
-
- imageExists(GroupDocsFileDescription, int, int) - Method in interface com.groupdocs.viewer.handlers.cache.CacheDataHandler
-
Check if temp image file exists
- ImageUrlsRequest - Class in com.groupdocs.viewer.domain.request
-
HTTP request object for ViewerHandler
- ImageUrlsRequest() - Constructor for class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
- ImageUrlsResponse - Class in com.groupdocs.viewer.domain.response
-
HTTP response object for ViewerHandler
- ImageUrlsResponse() - Constructor for class com.groupdocs.viewer.domain.response.ImageUrlsResponse
-
Default constructor
- ImageUrlsResponse(List<String>) - Constructor for class com.groupdocs.viewer.domain.response.ImageUrlsResponse
-
Constructor with initial parameters
- initLinkManager() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Initialization of files path manager
- initPageRotationManager() - Method in class com.groupdocs.viewer.config.ServiceConfiguration
-
Initialization of page rotation manager
- InputDataHandler - Class in com.groupdocs.viewer.handlers.input
-
Data source interface
Used to define other data sources such as from databases or virtual devices
- InputDataHandler() - Constructor for class com.groupdocs.viewer.handlers.input.InputDataHandler
-
- isConvertWordDocumentsCompletely() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Converts words documents completely
- isConvertWordDocumentsCompletely() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get convert word document completely
- isDownloadPdfFile() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Download Pdf File If true, the Viewer control will download a PDF version
of a document when a user clicks the Download button
- isEnableStandardErrorHandling() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Enable Standard Error Handling If false, the standard error window will
not be shown on errors.
- IServiceConfiguration - Interface in com.groupdocs.viewer.config
-
- isExpired() - Method in class com.groupdocs.viewer.domain.path.TokenId
-
Check if file is expired
- isIgnoreDocumentAbsence() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
- isIgnoreDocumentAbsence() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get ignore document absence
- isImage() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Checks if original document is an image
- isLoadAllPagesOnSearch() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Load All Pages On Search
- isOnlyShrinkLargePages() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Only Shrink Large Pages If the onlyShrinkLargePages parameter is true,
large images are zoomed out while small images are left as-is
- isOpenThumbnails() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Open thumbnails flag
Defines if thumbnails will be open on application load.
- isPdf() - Method in class com.groupdocs.viewer.domain.GroupDocsFileDescription
-
Checks if original document is an PDF file
- isPreloadPagesOnBrowserSide() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Pre-load pages on browser side
- isPreventTouchEventsBubbling() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Prevent Touch Events Bubbling If true, the Viewer will prevent touch
events generated by the jQuery UI Touch Punch library from bubbling to
parent controls which allows to use scrolling on touch screen devices
- isPrintWithWatermark() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Set if to print document with watermarks
- isSearchForSeparateWords() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Search For Separate Words If the searchForSeparateWords parameter is
true, the Viewer will search for any of the words specified in the search
text box.
If false, the Viewer control will search for exact matches of a whole
phrase specified in the search text box.
If the treatPhrasesInDoubleQuotesAsExactPhrases parameter is true, then
if a search phrase is in double quotes, the Viewer will find a match only
if words in a current document are in the same order as they are in the
search phrase and each word is equal to each word of the search phrase.
- isShowDownload() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides download button
- isShowDownloadErrorsInPopup() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Show Download Errors In Popup If true, file download errors will be shown
in a popup window instead of redirecting the browser to a page with the
error description.
Currently this feature does not work when the Viewer is used in a
cross-domain manner
- isShowFolderBrowser() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides folder browser toolbar
- isShowHeader() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Show Header Shows or hides the header with the toolbar controls.
If false, one can create his custom controls and control the Viewer by
calling its methods to navigate pages, zoom in or out, and so on
- isShowImageWidth() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Show Image Width If true, shows an alert in the browser with the width of
the document pages when the application is loading.
ShowHeader: shows or hides the header with the toolbar controls.
If false, one can create his custom controls and control the Viewer by
calling its methods to navigate pages, zoom in or out, and so on
- isShowOnePageInRow() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Show One Page In Row If true, only one page is shown in one row.
- isShowPaging() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides paging buttons set
- isShowPrint() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides print button
- isShowSearch() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides search button and input
- isShowThumbnails() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Show thumbnails flag
- isShowViewerStyleControl() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides style control toolbar
- isShowZoom() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Shows or hides zoom button
- isSucces() - Method in class com.groupdocs.viewer.domain.response.ReorderPageResponse
-
- isSucces() - Method in class com.groupdocs.viewer.domain.response.RotatePageResponse
-
- isSupportPageReordering() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Support Page Reordering If true, the Viewer supports reordering of pages
by dragging thumbnails.
Only the image-based engine supports this feature.
- isSupportPageRotation() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Support page rotation
- isSupportTextSelection() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Whether or not the Viewer supports selecting text using the mouse
- isTreatPhrasesInDoubleQuotesAsExactPhrases() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Treat Phrases In Double Quotes As Exact Phrases If true, then if a search
phrase is in double quotes, the Viewer will find a match only if words in
a current document are in the same order as they are in the search phrase
and each word is equal to each word of the search phrase.
- isUseBrowserCache() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Browser cache flag
Prevent browsers from storing images in cache
- isUseCache() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Image cache flag
This flag work only in image based engine.
- isUseEmScaling() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Use Em Scaling
- isUseHtmlBasedEngine() - Method in interface com.groupdocs.viewer.config.IBackEndConfiguration
-
Use HtmlBased Engine If the use parameter is true, the Viewer control
will convert the pages of documents to HTML and show them in browser
If false, the Viewer control will convert the pages of documents to JPEG
images and show them in browser.
If the usePngImagesForHtmlBasedEngine parameter is true, the Viewer will
generate page backgrounds as PNG images (it is useful for Inernet
Explorer 8 which does not support SVG images), otherwise it will generate
SVG images which reference PNG images
- isUseHtmlBasedEngine() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get is use html based engine
- isUseHtmlBasedEngine() - Method in class com.groupdocs.viewer.domain.request.PrintableHtmlRequest
-
Is use html based engine
- isUseHtmlBasedEngine() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Is use html based engine
- isUseImageBasedPrinting() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Use Image Based Printing If true, creates print dialog with images.
If false, creates html print dialog.
- isUseInnerThumbnails() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Use Inner Thumbnails If true, the thumbnails are shown beside the
document area.
- isUsePdf() - Method in class com.groupdocs.viewer.domain.request.ImageUrlsRequest
-
Get is use pdf
- isUsePdf() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get is use pdf
- isUsePdfPrinting() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
PDF printing flag If true, opens a PDF document in a new tab when
printing
If false, prints documents as HTML in the current window (default)
- isUsePngImages() - Method in class com.groupdocs.viewer.domain.request.DocumentPageRequest
-
Is use png images
- isUsePngImagesForHtmlBasedEngine() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Use Png Images For Html Based Engine If true, the Viewer will generate
page backgrounds as PNG images (it is useful for Inernet Explorer 8 which
does not support SVG images), otherwise it will generate SVG images which
reference PNG images
- isUsePngImagesForHtmlBasedEngine() - Method in class com.groupdocs.viewer.domain.request.ViewDocumentRequest
-
Get flag if use png images for html render
- isZoomToFitHeight() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Zoom to fit height flag
- isZoomToFitWidth() - Method in interface com.groupdocs.viewer.config.IFrontEndConfiguration
-
Zoom to fit width flag