com.groupdocs.annotation.config
Interface IServiceConfiguration

All Superinterfaces:
com.groupdocs.viewer.config.IBackEndConfiguration, com.groupdocs.viewer.config.IFontEndConfiguration, com.groupdocs.viewer.config.IServiceConfiguration

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

Service configuration interface

Author:
by Aleksey Permyakov on 19.06.14.

Method Summary
 String getAreaToolOptionsBrushColor()
          Getter for property 'areaToolOptionsBrushColor'.
 String getAreaToolOptionsPenColor()
          Getter for property 'areaToolOptionsPenColor'.
 Integer getAreaToolOptionsPenDashStyle()
          Getter for property 'areaToolOptionsPenDashStyle'.
 Integer getAreaToolOptionsPenWidth()
          Getter for property 'areaToolOptionsPenWidth'.
 String getArrowToolOptionsBrushColor()
          Getter for property 'arrowToolOptionsBrushColor'.
 String getArrowToolOptionsPenColor()
          Getter for property 'arrowToolOptionsPenColor'.
 Integer getArrowToolOptionsPenDashStyle()
          Getter for property 'arrowToolOptionsPenDashStyle'.
 Integer getArrowToolOptionsPenWidth()
          Getter for property 'arrowToolOptionsPenWidth'.
 Integer getConnectorPosition()
          Get connector position
 Integer getEnabledTools()
          Get enabled tools
 String getGraphicsContainerSelector()
          Get graphics container selector
 String getHighlightColor()
          Getter for property 'highlightColor'.
 Integer getMinimumImageWidth()
          Get minimum image width
 String getMode()
          Get annotation mode
 String getPenColor()
          Get pen color
 Integer getPenStyle()
          Get pen style
 Integer getPenWidth()
          Get pen width
 String getPolylineToolOptionsBrushColor()
          Getter for property 'polylineToolOptionsBrushColor'.
 String getPolylineToolOptionsPenColor()
          Getter for property 'polylineToolOptionsPenColor'.
 Integer getPolylineToolOptionsPenDashStyle()
          Getter for property 'polylineToolOptionsPenDashStyle'.
 Integer getPolylineToolOptionsPenWidth()
          Getter for property 'polylineToolOptionsPenWidth'.
 String getSelectionContainerSelector()
          Get selection container selector
 String getSidebarContainerSelector()
          Get sidebar container selector
 String getStrikeOutColor()
          Getter for property 'strikeOutColor'.
 Integer getStrikeoutMode()
          Get strikeout mode
 String getTextFieldBackgroundColor()
          Getter for property 'textFieldBackgroundColor'.
 String getUnderlineColor()
          Getter for property 'underlineColor'.
 String getWidgetId()
          Get widget id
 Boolean isAnyToolSelection()
          is any tool selection
 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 isPrintAnnotations()
          is print annotations with file
 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 isTabNavigationEnabled()
          Is tab key navigation enabled
 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.IBackEndConfiguration
getApplicationPath, getBasePath, getEncryptionKey, getExpirationDate, getLicensePath, getLocalesPath, getMaxCacheSize, getUploadPath, isUseAuthorization, isUseBrowserCache, isUseCache
 
Methods inherited from interface com.groupdocs.viewer.config.IFontEndConfiguration
getBackgroundColor, getCurrentSearchHighlightColor, getFileDisplayName, getHeight, getInitialZoom, getJqueryFileDownloadCookieName, getPreloadPagesCount, getQuality, getSearchHighlightColor, getThumbnailsContainerBackgroundColor, getThumbnailsContainerBorderRightColor, getThumbnailsContainerWidth, getToolbarBorderBottomColor, getToolbarButtonBorderColor, getToolbarButtonBorderHoverColor, getToolbarButtonsBoxShadowHoverStyle, getToolbarButtonsBoxShadowStyle, getToolbarInputFieldBorderColor, getViewerStyle, getWatermarkColor, getWatermarkFontSize, getWatermarkPosition, getWatermarkText, getWidth, isConvertWordDocumentsCompletely, isDownloadPdfFile, isEnableStandardErrorHandling, isIgnoreDocumentAbsence, isLoadAllPagesOnSearch, isOnlyShrinkLargePages, isOpenThumbnails, isPreloadPagesOnBrowserSide, isPreventTouchEventsBubbling, isPrintWithWatermark, isSearchForSeparateWords, isShowDownload, isShowDownloadErrorsInPopup, isShowFolderBrowser, isShowHeader, isShowImageWidth, isShowOnePageInRow, isShowPaging, isShowPrint, isShowSearch, isShowThumbnails, isShowViewerStyleControl, isShowZoom, isSupportPageReordering, isSupportPageRotation, isSupportTextSelection, isTreatPhrasesInDoubleQuotesAsExactPhrases, 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.IFontEndConfiguration
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()
Getter for property 'strikeOutColor'.

Returns:
Value for property 'strikeOutColor'.

getHighlightColor

String getHighlightColor()
Getter for property 'highlightColor'.

Returns:
Value for property 'highlightColor'.

getUnderlineColor

String getUnderlineColor()
Getter for property 'underlineColor'.

Returns:
Value for property 'underlineColor'.

getTextFieldBackgroundColor

String getTextFieldBackgroundColor()
Getter for property 'textFieldBackgroundColor'.

Returns:
Value for property 'textFieldBackgroundColor'.

isTabNavigationEnabled

Boolean isTabNavigationEnabled()
Is tab key navigation enabled

Returns:
result value

getMinimumImageWidth

Integer getMinimumImageWidth()
Get minimum image width

Specified by:
getMinimumImageWidth in interface com.groupdocs.viewer.config.IFontEndConfiguration
Returns:
minimum image width

getAreaToolOptionsPenWidth

Integer getAreaToolOptionsPenWidth()
Getter for property 'areaToolOptionsPenWidth'.

Returns:
Value for property 'areaToolOptionsPenWidth'.

getAreaToolOptionsPenColor

String getAreaToolOptionsPenColor()
Getter for property 'areaToolOptionsPenColor'.

Returns:
Value for property 'areaToolOptionsPenColor'.

getAreaToolOptionsPenDashStyle

Integer getAreaToolOptionsPenDashStyle()
Getter for property 'areaToolOptionsPenDashStyle'.

Returns:
Value for property 'areaToolOptionsPenDashStyle'.

getAreaToolOptionsBrushColor

String getAreaToolOptionsBrushColor()
Getter for property 'areaToolOptionsBrushColor'.

Returns:
Value for property 'areaToolOptionsBrushColor'.

getPolylineToolOptionsPenWidth

Integer getPolylineToolOptionsPenWidth()
Getter for property 'polylineToolOptionsPenWidth'.

Returns:
Value for property 'polylineToolOptionsPenWidth'.

getPolylineToolOptionsPenColor

String getPolylineToolOptionsPenColor()
Getter for property 'polylineToolOptionsPenColor'.

Returns:
Value for property 'polylineToolOptionsPenColor'.

getPolylineToolOptionsPenDashStyle

Integer getPolylineToolOptionsPenDashStyle()
Getter for property 'polylineToolOptionsPenDashStyle'.

Returns:
Value for property 'polylineToolOptionsPenDashStyle'.

getPolylineToolOptionsBrushColor

String getPolylineToolOptionsBrushColor()
Getter for property 'polylineToolOptionsBrushColor'.

Returns:
Value for property 'polylineToolOptionsBrushColor'.

getArrowToolOptionsPenWidth

Integer getArrowToolOptionsPenWidth()
Getter for property 'arrowToolOptionsPenWidth'.

Returns:
Value for property 'arrowToolOptionsPenWidth'.

getArrowToolOptionsPenColor

String getArrowToolOptionsPenColor()
Getter for property 'arrowToolOptionsPenColor'.

Returns:
Value for property 'arrowToolOptionsPenColor'.

getArrowToolOptionsPenDashStyle

Integer getArrowToolOptionsPenDashStyle()
Getter for property 'arrowToolOptionsPenDashStyle'.

Returns:
Value for property 'arrowToolOptionsPenDashStyle'.

getArrowToolOptionsBrushColor

String getArrowToolOptionsBrushColor()
Getter for property 'arrowToolOptionsBrushColor'.

Returns:
Value for property 'arrowToolOptionsBrushColor'.

getEnabledTools

Integer getEnabledTools()
Get enabled tools

Returns:
enabled tools

getConnectorPosition

Integer 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

Integer 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 annotation 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

Integer getPenWidth()
Get pen width

Returns:
pen width

getPenStyle

Integer getPenStyle()
Get pen style

Returns:
pen style

getPenColor

String getPenColor()
Get pen color

Returns:
pen color

isAnyToolSelection

Boolean isAnyToolSelection()
is any tool selection

Returns:
is any tool selection

isPrintAnnotations

Boolean isPrintAnnotations()
is print annotations with file

Returns:
is print annotations with file


Copyright © 2014. All rights reserved.