|
||||||||||
| 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 |
Integer |
getMinimumImageWidth()
Get minimum of image width |
String |
getPenColor()
Get pen color |
Integer |
getPenStyle()
Get pen style |
Integer |
getPenWidth()
Get pen width |
String |
getSearchHighlightColor()
Get search highlight color |
String |
getThumbnailsContainerBackgroundColor()
Background color of Thumbnails container |
String |
getThumbnailsContainerBorderRightColor()
Border color of Thumbnails container |
Integer |
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 |
Integer |
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.IBackEndConfiguration |
|---|
getApplicationPath, getBasePath, getEncryptionKey, getExpirationDate, getLicensePath, getLocalesPath, getMaxCacheSize, getUploadPath, isUseAuthorization, isUseBrowserCache, isUseCache |
| Methods inherited from interface com.groupdocs.viewer.config.IFontEndConfiguration |
|---|
getFileDisplayName, getHeight, getInitialZoom, getJqueryFileDownloadCookieName, getPreloadPagesCount, getQuality, getWatermarkFontSize, getWatermarkPosition, getWidth, isConvertWordDocumentsCompletely, isIgnoreDocumentAbsence, isOpenThumbnails, isPreloadPagesOnBrowserSide, isPrintWithWatermark, isShowHeader, isShowPaging, isShowPrint, isShowThumbnails, isShowZoom, isSupportPageRotation, isZoomToFitHeight, isZoomToFitWidth |
| Constructor Detail |
|---|
public ServiceConfigurationBase()
| Method Detail |
|---|
public String getBackgroundColor()
getBackgroundColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowFolderBrowser()
isShowFolderBrowser in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowDownload()
isShowDownload in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowViewerStyleControl()
isShowViewerStyleControl in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowSearch()
isShowSearch in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Integer getViewerStyle()
getViewerStyle in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isSupportTextSelection()
isSupportTextSelection in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isUsePdfPrinting()
isUsePdfPrinting in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarButtonsBoxShadowStyle()
getToolbarButtonsBoxShadowStyle in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarButtonsBoxShadowHoverStyle()
getToolbarButtonsBoxShadowHoverStyle in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getThumbnailsContainerBackgroundColor()
getThumbnailsContainerBackgroundColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getThumbnailsContainerBorderRightColor()
getThumbnailsContainerBorderRightColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarBorderBottomColor()
getToolbarBorderBottomColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarInputFieldBorderColor()
getToolbarInputFieldBorderColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarButtonBorderColor()
getToolbarButtonBorderColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getToolbarButtonBorderHoverColor()
getToolbarButtonBorderHoverColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Integer getThumbnailsContainerWidth()
getThumbnailsContainerWidth in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowDownloadErrorsInPopup()
isShowDownloadErrorsInPopup in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowImageWidth()
isShowImageWidth in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Integer getMinimumImageWidth()
getMinimumImageWidth in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isEnableStandardErrorHandling()
isEnableStandardErrorHandling in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isUseHtmlBasedEngine()
isUseHtmlBasedEngine in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isUseImageBasedPrinting()
isUseImageBasedPrinting in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isDownloadPdfFile()
isDownloadPdfFile in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isSearchForSeparateWords()
isSearchForSeparateWords in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isPreventTouchEventsBubbling()
isPreventTouchEventsBubbling in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isUseInnerThumbnails()
isUseInnerThumbnails in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getWatermarkText()
getWatermarkText in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getWatermarkColor()
getWatermarkColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isSupportPageReordering()
isSupportPageReordering in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isOnlyShrinkLargePages()
isOnlyShrinkLargePages in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getSearchHighlightColor()
getSearchHighlightColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic String getCurrentSearchHighlightColor()
getCurrentSearchHighlightColor in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isTreatPhrasesInDoubleQuotesAsExactPhrases()
isTreatPhrasesInDoubleQuotesAsExactPhrases in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isUsePngImagesForHtmlBasedEngine()
isUsePngImagesForHtmlBasedEngine in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isShowOnePageInRow()
isShowOnePageInRow in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Boolean isLoadAllPagesOnSearch()
isLoadAllPagesOnSearch in interface com.groupdocs.viewer.config.IFontEndConfigurationpublic Integer getPenWidth()
public String getPenColor()
public Integer getPenStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||