com.groupdocs.annotation.config
Interface IServiceConfiguration

All Superinterfaces:
com.groupdocs.viewer.config.ServiceConfigurationBase
All Known Implementing Classes:
ServiceConfigurationBase

public interface IServiceConfiguration
extends com.groupdocs.viewer.config.ServiceConfigurationBase

Service configuration interface

Author:
by Aleksey Permyakov on 19.06.14.

Method Summary
 int getConnectorPosition()
          Get connector position
 int getEnabledTools()
          Get enabled tools
 String getGraphicsContainerSelector()
          Get graphics container selector
 String getMode()
          Get mode
 int getPenColor()
          Get pen style
 int getPenStyle()
          Get pen color
 int getPenWidth()
          Get pen width
 String getSelectionContainerSelector()
          Get selection container selector
 String getSidebarContainerSelector()
          Get sidebar container selector
 String getStrikeOutColor()
          Get strikeout color
 int getStrikeoutMode()
          Get strikeout mode
 String getWidgetId()
          Get widget id
 boolean isClickableAnnotations()
          Is annotations clickable
 boolean isCreateMarkup()
          Is create markup
 boolean isDisconnectUncommented()
          Is disconnect uncommented
 boolean isEnableRightClickMenu()
          Is enable right click menu
 boolean isEnableSidePanel()
          Is enable side panel
 boolean isRightPanelEnabled()
          Is right panel enabled
 boolean isSaveReplyOnFocusLoss()
          Is save reply on focus less
 boolean isScrollOnFocus()
          Is scroll on focus
 boolean isShowFileExplorer()
          Is show file explorer
 boolean isShowToolbar()
          Is show toolbar
 boolean isTextSelectionSynchronousCalculation()
          Is text selection synchronous calculation
 boolean isUndoEnabled()
          Is undo functional enabled
 boolean isUse_pdf()
          Is use pdf
 boolean isUseEmScaling()
          Is use em scaling
 boolean isUsePageNumberInUrlHash()
          Is use page number in url hash
 boolean isVariableHeightPageSupport()
          Is variable height page support
 
Methods inherited from interface com.groupdocs.viewer.config.ServiceConfigurationBase
getApplicationPath, getBackgroundColor, getBasePath, getCurrentSearchHighlightColor, getEncryptionKey, getExpirationDate, getHeight, getInitialZoom, getLicensePath, getLocalesPath, getMinimumImageWidth, getPreloadPagesCount, getQuality, getSearchHighlightColor, getThumbnailsContainerBackgroundColor, getThumbnailsContainerBorderRightColor, getThumbnailsContainerWidth, getToolbarBorderBottomColor, getToolbarButtonBorderColor, getToolbarButtonBorderHoverColor, getToolbarButtonsBoxShadowHoverStyle, getToolbarButtonsBoxShadowStyle, getToolbarInputFieldBorderColor, getUploadPath, getViewerStyle, getWatermarkColor, getWatermarkText, getWidth, isDownloadPdfFile, isEnableStandardErrorHandling, isLoadAllPagesOnSearch, isOnlyShrinkLargePages, isOpenThumbnails, isPreventTouchEventsBubbling, isSearchForSeparateWords, isShowDownload, isShowDownloadErrorsInPopup, isShowFolderBrowser, isShowHeader, isShowImageWidth, isShowOnePageInRow, isShowPaging, isShowPrint, isShowSearch, isShowThumbnails, isShowViewerStyleControl, isShowZoom, isSupportPageReordering, isSupportTextSelection, isTreatPhrasesInDoubleQuotesAsExactPhrases, isUseAuthorization, isUseBrowserCache, isUseCache, isUseHtmlBasedEngine, isUseImageBasedPrinting, isUseInnerThumbnails, isUsePdfPrinting, isUsePngImagesForHtmlBasedEngine, isZoomToFitHeight, isZoomToFitWidth
 

Method Detail

isUseEmScaling

boolean isUseEmScaling()
Is use em scaling

Specified by:
isUseEmScaling in interface com.groupdocs.viewer.config.ServiceConfigurationBase
Returns:
is use em scaling

isEnableRightClickMenu

boolean isEnableRightClickMenu()
Is enable right click menu

Returns:
is enable right click menu

isShowToolbar

boolean isShowToolbar()
Is show toolbar

Returns:
is show toolbar

isEnableSidePanel

boolean isEnableSidePanel()
Is enable side panel

Returns:
is enable side panel

isScrollOnFocus

boolean isScrollOnFocus()
Is scroll on focus

Returns:
is scroll on focus

getStrikeOutColor

String getStrikeOutColor()
Get strikeout color

Returns:
strikeout color

getEnabledTools

int getEnabledTools()
Get enabled tools

Returns:
enabled tools

getConnectorPosition

int getConnectorPosition()
Get connector position

Returns:
connector position

isSaveReplyOnFocusLoss

boolean isSaveReplyOnFocusLoss()
Is save reply on focus less

Returns:
is save reply on focus less

isClickableAnnotations

boolean isClickableAnnotations()
Is annotations clickable

Returns:
is annotations clickable

isDisconnectUncommented

boolean isDisconnectUncommented()
Is disconnect uncommented

Returns:
is disconnect uncommented

getStrikeoutMode

int getStrikeoutMode()
Get strikeout mode

Returns:
strikeout mode

getSidebarContainerSelector

String getSidebarContainerSelector()
Get sidebar container selector

Returns:
sidebar container selector

isUsePageNumberInUrlHash

boolean isUsePageNumberInUrlHash()
Is use page number in url hash

Returns:
use page number in url hash

isTextSelectionSynchronousCalculation

boolean isTextSelectionSynchronousCalculation()
Is text selection synchronous calculation

Returns:
is text selection synchronous calculation

isVariableHeightPageSupport

boolean isVariableHeightPageSupport()
Is variable height page support

Returns:
is variable height page support

isRightPanelEnabled

boolean isRightPanelEnabled()
Is right panel enabled

Returns:
is right panel enabled

isCreateMarkup

boolean isCreateMarkup()
Is create markup

Returns:
is create markup

isUse_pdf

boolean isUse_pdf()
Is use pdf

Returns:
is use pdf

getMode

String getMode()
Get mode

Returns:
mode

getSelectionContainerSelector

String getSelectionContainerSelector()
Get selection container selector

Returns:
selection container selector

getGraphicsContainerSelector

String getGraphicsContainerSelector()
Get graphics container selector

Returns:
graphics container selector

getWidgetId

String getWidgetId()
Get widget id

Returns:
widget id

isShowFileExplorer

boolean isShowFileExplorer()
Is show file explorer

Returns:
is show file explorer

isUndoEnabled

boolean isUndoEnabled()
Is undo functional enabled

Returns:
is undo functional enabled

getPenWidth

int getPenWidth()
Get pen width

Returns:
pen width

getPenStyle

int getPenStyle()
Get pen color

Returns:
pen color

getPenColor

int getPenColor()
Get pen style

Returns:
pen style


Copyright © 2014. All rights reserved.