|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.config.ServiceConfigurationBase
public abstract class ServiceConfigurationBase
Base class for service configuration
Constructor Summary | |
---|---|
ServiceConfigurationBase()
|
Method Summary | |
---|---|
String |
getBackgroundColor()
Get background color |
String |
getCurrentSearchHighlightColor()
Get current search highlight color |
int |
getMinimumImageWidth()
Get minimum of image width |
int |
getPenColor()
Get pen color |
int |
getPenStyle()
Get pen style |
int |
getPenWidth()
Get pen width |
String |
getSearchHighlightColor()
Get search highlight color |
String |
getThumbnailsContainerBackgroundColor()
Background color of Thumbnails container |
String |
getThumbnailsContainerBorderRightColor()
Border color of Thumbnails container |
int |
getThumbnailsContainerWidth()
Width of thumbnails container |
String |
getToolbarBorderBottomColor()
Color of toolbar bottom border color |
String |
getToolbarButtonBorderColor()
Color of toolbar button border |
String |
getToolbarButtonBorderHoverColor()
Hover color of toolbar button border |
String |
getToolbarButtonsBoxShadowHoverStyle()
Toolbar buttons box shadow hower style |
String |
getToolbarButtonsBoxShadowStyle()
Toolbar buttons box shadow style |
String |
getToolbarInputFieldBorderColor()
Color of input field border |
int |
getViewerStyle()
Get viewer style |
String |
getWatermarkColor()
Get watermark color |
String |
getWatermarkText()
Get watermark text |
boolean |
isDownloadPdfFile()
Is download pdf file |
boolean |
isEnableStandardErrorHandling()
Is enable standard error handling |
boolean |
isLoadAllPagesOnSearch()
Is load all pages on search |
boolean |
isOnlyShrinkLargePages()
Is only shrink large pages |
boolean |
isPreventTouchEventsBubbling()
Is prevent touch events building |
boolean |
isSearchForSeparateWords()
Is search for separate words |
boolean |
isShowDownload()
Check that download button will be showed |
boolean |
isShowDownloadErrorsInPopup()
Is show download errors in popup |
boolean |
isShowFolderBrowser()
Check that folder button will be showed |
boolean |
isShowImageWidth()
Is show width of images |
boolean |
isShowOnePageInRow()
Is show one page in row |
boolean |
isShowSearch()
Check that search field will be showed |
boolean |
isShowViewerStyleControl()
Is show viewer style controls |
boolean |
isSupportPageReordering()
Is support page reordering |
boolean |
isSupportTextSelection()
Check that text selection functional will enabled |
boolean |
isTreatPhrasesInDoubleQuotesAsExactPhrases()
Is treat phrases in double quotes as exact phrases |
boolean |
isUseHtmlBasedEngine()
Is use html based engine |
boolean |
isUseImageBasedPrinting()
Is use image based printing |
boolean |
isUseInnerThumbnails()
Is use inner thumbnails |
boolean |
isUsePdfPrinting()
Is use pdf printing |
boolean |
isUsePngImagesForHtmlBasedEngine()
Is use png images for html based engine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.groupdocs.viewer.config.ServiceConfigurationBase |
---|
getApplicationPath, getBasePath, getEncryptionKey, getExpirationDate, getHeight, getInitialZoom, getLicensePath, getLocalesPath, getPreloadPagesCount, getQuality, getUploadPath, getWidth, isOpenThumbnails, isShowHeader, isShowPaging, isShowPrint, isShowThumbnails, isShowZoom, isUseAuthorization, isUseBrowserCache, isUseCache, isZoomToFitHeight, isZoomToFitWidth |
Constructor Detail |
---|
public ServiceConfigurationBase()
Method Detail |
---|
public String getBackgroundColor()
getBackgroundColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowFolderBrowser()
isShowFolderBrowser
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowDownload()
isShowDownload
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowViewerStyleControl()
isShowViewerStyleControl
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowSearch()
isShowSearch
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public int getViewerStyle()
getViewerStyle
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isSupportTextSelection()
isSupportTextSelection
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isUsePdfPrinting()
isUsePdfPrinting
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarButtonsBoxShadowStyle()
getToolbarButtonsBoxShadowStyle
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarButtonsBoxShadowHoverStyle()
getToolbarButtonsBoxShadowHoverStyle
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getThumbnailsContainerBackgroundColor()
getThumbnailsContainerBackgroundColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getThumbnailsContainerBorderRightColor()
getThumbnailsContainerBorderRightColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarBorderBottomColor()
getToolbarBorderBottomColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarInputFieldBorderColor()
getToolbarInputFieldBorderColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarButtonBorderColor()
getToolbarButtonBorderColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getToolbarButtonBorderHoverColor()
getToolbarButtonBorderHoverColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public int getThumbnailsContainerWidth()
getThumbnailsContainerWidth
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowDownloadErrorsInPopup()
isShowDownloadErrorsInPopup
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowImageWidth()
isShowImageWidth
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public int getMinimumImageWidth()
getMinimumImageWidth
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isEnableStandardErrorHandling()
isEnableStandardErrorHandling
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isUseHtmlBasedEngine()
isUseHtmlBasedEngine
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isUseImageBasedPrinting()
isUseImageBasedPrinting
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isDownloadPdfFile()
isDownloadPdfFile
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isSearchForSeparateWords()
isSearchForSeparateWords
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isPreventTouchEventsBubbling()
isPreventTouchEventsBubbling
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isUseInnerThumbnails()
isUseInnerThumbnails
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getWatermarkText()
getWatermarkText
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getWatermarkColor()
getWatermarkColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isSupportPageReordering()
isSupportPageReordering
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isOnlyShrinkLargePages()
isOnlyShrinkLargePages
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getSearchHighlightColor()
getSearchHighlightColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public String getCurrentSearchHighlightColor()
getCurrentSearchHighlightColor
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isTreatPhrasesInDoubleQuotesAsExactPhrases()
isTreatPhrasesInDoubleQuotesAsExactPhrases
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isUsePngImagesForHtmlBasedEngine()
isUsePngImagesForHtmlBasedEngine
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isShowOnePageInRow()
isShowOnePageInRow
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public boolean isLoadAllPagesOnSearch()
isLoadAllPagesOnSearch
in interface com.groupdocs.viewer.config.ServiceConfigurationBase
public int getPenWidth()
getPenWidth
in interface IServiceConfiguration
public int getPenColor()
getPenColor
in interface IServiceConfiguration
public int getPenStyle()
getPenStyle
in interface IServiceConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |