com.stimulsoft.webviewer
Class StiWebViewerOptions.AppearanceOptions

java.lang.Object
  extended by com.stimulsoft.webviewer.StiWebViewerOptions.AppearanceOptions
Enclosing class:
StiWebViewerOptions

public class StiWebViewerOptions.AppearanceOptions
extends Object


Constructor Summary
StiWebViewerOptions.AppearanceOptions()
           
 
Method Summary
 StiColor getBackgroundColor()
          The background color of the viewer.
 int getBookmarksTreeWidth()
          A width of the bookmarks tree in the viewer.
 StiHtmlChartType getChartRenderType()
          The type of the chart in the viewer.
 StiInterfaceType getInterfaceType()
          The type of the viewer interface.
 String getOpenExportedReportTarget()
          A target to open the exported report.
 String getOpenLinksTarget()
          A target to open links from the report.
 StiContentAlignment getPageAlignment()
          The alignment of the viewer page.
 StiColor getPageBorderColor()
          A color of the report page border.
 int getParametersPanelColumnsCount()
          A count columns in parameters panel.
 String getParametersPanelDateFormat()
          A date format for datetime parameters in parameters panel.
 int getParametersPanelMaxHeight()
          A max height of parameters panel in the viewer.
 boolean isBookmarksPrint()
          A value which allows printing report bookmarks.
 boolean isFullScreenMode()
          A value which indicates which indicates that the viewer is displayed in full screen mode.
 boolean isRightToLeft()
          A value which controls of output objects in the right to left mode.
 boolean isScrollbarsMode()
          A value which indicates that the viewer will show the report area with scrollbars.
 boolean isShowPageShadow()
          A value which indicates that the shadow of the page will be displayed in the viewer.
 boolean isShowTooltips()
          A value which indicates that show or hide tooltips.
 void setBackgroundColor(StiColor backgroundColor)
          The background color of the viewer.
 void setBookmarksPrint(boolean bookmarksPrint)
          A value which allows printing report bookmarks.
 void setBookmarksTreeWidth(int bookmarksTreeWidth)
          A width of the bookmarks tree in the viewer.
 void setChartRenderType(StiHtmlChartType chartRenderType)
           
 void setFullScreenMode(boolean fullScreenMode)
          A value which indicates which indicates that the viewer is displayed in full screen mode.
 void setInterfaceType(StiInterfaceType interfaceType)
          The type of the viewer interface.
 void setOpenExportedReportTarget(String openExportedReportTarget)
          A target to open the exported report.
 void setOpenLinksTarget(String openLinksTarget)
          A target to open links from the report.
 void setPageAlignment(StiContentAlignment pageAlignment)
          The alignment of the viewer page.
 void setPageBorderColor(StiColor pageBorderColor)
          A color of the report page border.
 void setParametersPanelColumnsCount(int parametersPanelColumnsCount)
          A count columns in parameters panel.
 void setParametersPanelDateFormat(String parametersPanelDateFormat)
          A date format for datetime parameters in parameters panel.
 void setParametersPanelMaxHeight(int parametersPanelMaxHeight)
          A max height of parameters panel in the viewer.
 void setRightToLeft(boolean rightToLeft)
          A value which controls of output objects in the right to left mode.
 void setScrollbarsMode(boolean scrollbarsMode)
          A value which indicates that the viewer will show the report area with scrollbars.
 void setShowPageShadow(boolean showPageShadow)
          A value which indicates that the shadow of the page will be displayed in the viewer.
 void setShowTooltips(boolean showTooltips)
          A value which indicates that show or hide tooltips.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiWebViewerOptions.AppearanceOptions

public StiWebViewerOptions.AppearanceOptions()
Method Detail

getBackgroundColor

public StiColor getBackgroundColor()
The background color of the viewer.

Returns:
the backgroundColor

setBackgroundColor

public void setBackgroundColor(StiColor backgroundColor)
The background color of the viewer.

Parameters:
backgroundColor - the backgroundColor to set

isRightToLeft

public boolean isRightToLeft()
A value which controls of output objects in the right to left mode.

Returns:
the rightToLeft

setRightToLeft

public void setRightToLeft(boolean rightToLeft)
A value which controls of output objects in the right to left mode.

Parameters:
rightToLeft - the rightToLeft to set

isFullScreenMode

public boolean isFullScreenMode()
A value which indicates which indicates that the viewer is displayed in full screen mode.

Returns:
the fullScreenMode

setFullScreenMode

public void setFullScreenMode(boolean fullScreenMode)
A value which indicates which indicates that the viewer is displayed in full screen mode.

Parameters:
fullScreenMode - the fullScreenMode to set

isScrollbarsMode

public boolean isScrollbarsMode()
A value which indicates that the viewer will show the report area with scrollbars.

Returns:
the scrollbarsMode

setScrollbarsMode

public void setScrollbarsMode(boolean scrollbarsMode)
A value which indicates that the viewer will show the report area with scrollbars.

Parameters:
scrollbarsMode - the scrollbarsMode to set

getOpenLinksTarget

public String getOpenLinksTarget()
A target to open links from the report.

Returns:
the openLinksTarget

setOpenLinksTarget

public void setOpenLinksTarget(String openLinksTarget)
A target to open links from the report.

Parameters:
openLinksTarget - the openLinksTarget to set

getOpenExportedReportTarget

public String getOpenExportedReportTarget()
A target to open the exported report.

Returns:
the openExportedReportTarget

setOpenExportedReportTarget

public void setOpenExportedReportTarget(String openExportedReportTarget)
A target to open the exported report.

Parameters:
openExportedReportTarget - the openExportedReportTarget to set

isShowTooltips

public boolean isShowTooltips()
A value which indicates that show or hide tooltips.

Returns:
the showTooltips

setShowTooltips

public void setShowTooltips(boolean showTooltips)
A value which indicates that show or hide tooltips.

Parameters:
showTooltips - the showTooltips to set

getPageAlignment

public StiContentAlignment getPageAlignment()
The alignment of the viewer page.

Returns:
the pageAlignment

setPageAlignment

public void setPageAlignment(StiContentAlignment pageAlignment)
The alignment of the viewer page.

Parameters:
pageAlignment - the pageAlignment to set

isShowPageShadow

public boolean isShowPageShadow()
A value which indicates that the shadow of the page will be displayed in the viewer.

Returns:
the showPageShadow

setShowPageShadow

public void setShowPageShadow(boolean showPageShadow)
A value which indicates that the shadow of the page will be displayed in the viewer.

Parameters:
showPageShadow - the showPageShadow to set

getPageBorderColor

public StiColor getPageBorderColor()
A color of the report page border.

Returns:
the pageBorderColor

setPageBorderColor

public void setPageBorderColor(StiColor pageBorderColor)
A color of the report page border.

Parameters:
pageBorderColor - the pageBorderColor to set

isBookmarksPrint

public boolean isBookmarksPrint()
A value which allows printing report bookmarks.

Returns:
the bookmarksPrint

setBookmarksPrint

public void setBookmarksPrint(boolean bookmarksPrint)
A value which allows printing report bookmarks.

Parameters:
bookmarksPrint - the bookmarksPrint to set

getBookmarksTreeWidth

public int getBookmarksTreeWidth()
A width of the bookmarks tree in the viewer.

Returns:
the bookmarksTreeWidth

setBookmarksTreeWidth

public void setBookmarksTreeWidth(int bookmarksTreeWidth)
A width of the bookmarks tree in the viewer.

Parameters:
bookmarksTreeWidth - the bookmarksTreeWidth to set

getParametersPanelMaxHeight

public int getParametersPanelMaxHeight()
A max height of parameters panel in the viewer.

Returns:
the parametersPanelMaxHeight

setParametersPanelMaxHeight

public void setParametersPanelMaxHeight(int parametersPanelMaxHeight)
A max height of parameters panel in the viewer.

Parameters:
parametersPanelMaxHeight - the parametersPanelMaxHeight to set

getParametersPanelColumnsCount

public int getParametersPanelColumnsCount()
A count columns in parameters panel.

Returns:
the parametersPanelColumnsCount

setParametersPanelColumnsCount

public void setParametersPanelColumnsCount(int parametersPanelColumnsCount)
A count columns in parameters panel.

Parameters:
parametersPanelColumnsCount - the parametersPanelColumnsCount to set

getParametersPanelDateFormat

public String getParametersPanelDateFormat()
A date format for datetime parameters in parameters panel.

Returns:
the parametersPanelDateFormat

setParametersPanelDateFormat

public void setParametersPanelDateFormat(String parametersPanelDateFormat)
A date format for datetime parameters in parameters panel.

Parameters:
parametersPanelDateFormat - the parametersPanelDateFormat to set

getInterfaceType

public StiInterfaceType getInterfaceType()
The type of the viewer interface.

Returns:
the interfaceType

setInterfaceType

public void setInterfaceType(StiInterfaceType interfaceType)
The type of the viewer interface.

Parameters:
interfaceType - the interfaceType to set

getChartRenderType

public StiHtmlChartType getChartRenderType()
The type of the chart in the viewer.

Returns:
the chartRenderType

setChartRenderType

public void setChartRenderType(StiHtmlChartType chartRenderType)
Parameters:
chartRenderType - the chartRenderType to set


Copyright © 2017 Stimulsoft. All Rights Reserved.