Class StiToolbarOptions

Hierarchy

  • StiToolbarOptions

Index

Properties

alignment

alignment: StiContentAlignment = StiContentAlignment.Default

Gets or sets the alignment of the viewer toolbar.

autoHide

autoHide: boolean = false

Gets or sets a value which allows automatically hide the viewer toolbar in mobile mode.

backgroundColor

backgroundColor: Color = Color.empty

Gets or sets a color of the toolbar background. The default value is the theme color.

borderColor

borderColor: Color = Color.empty

Gets or sets a color of the toolbar border. The default value is the theme color.

displayMode

displayMode: StiToolbarDisplayMode = StiToolbarDisplayMode.Simple

Gets or sets the display mode of the toolbar - simple or separated into upper and lower parts.

fontColor

fontColor: Color = Color.empty

Gets or sets a color of the toolbar texts.

fontFamily

fontFamily: string = "Arial"

Gets or sets a value which indicates which font family will be used for drawing texts in the viewer.

menuAnimation

menuAnimation: boolean = true

Gets or sets a value which indicates that menu animation is enabled.

multiPageHeightCount

multiPageHeightCount: number = 2

multiPageWidthCount

multiPageWidthCount: number = 2

printDestination

printDestination: StiPrintDestination = StiPrintDestination.Default

Gets or sets the default mode of the report print destination.

showAboutButton

showAboutButton: boolean = true

Gets or sets a visibility of the About button in the toolbar of the viewer.

showBookmarksButton

showBookmarksButton: boolean = true

Gets or sets a visibility of the Bookmarks button in the toolbar of the viewer.

showButtonCaptions

showButtonCaptions: boolean = true

Gets or sets a value which allows displaying or hiding toolbar buttons captions.

showCurrentPageControl

showCurrentPageControl: boolean = true

Gets or sets a visibility of the current page control in the toolbar of the viewer.

showDesignButton

showDesignButton: boolean = false

Gets or sets a visibility of the Design button in the toolbar of the viewer.

showEditorButton

showEditorButton: boolean = true

Gets or sets a visibility of the Editor button in the toolbar of the viewer.

showFindButton

showFindButton: boolean = true

Gets or sets a visibility of the Find button in the toolbar of the viewer.

showFirstPageButton

showFirstPageButton: boolean = true

Gets or sets a visibility of the First Page button in the toolbar of the viewer.

showFullScreenButton

showFullScreenButton: boolean = true

Gets or sets a visibility of the Full Screen button in the toolbar of the viewer.

showLastPageButton

showLastPageButton: boolean = true

Gets or sets a visibility of the Last Page button in the toolbar of the viewer.

showMenuMode

showMenuMode: StiShowMenuMode = StiShowMenuMode.Click

Gets or sets the mode that shows menu of the viewer.

showNextPageButton

showNextPageButton: boolean = true

Gets or sets a visibility of the Next Page button in the toolbar of the viewer.

showOpenButton

showOpenButton: boolean = true

Gets or sets a visibility of the Open button in the toolbar of the viewer.

showParametersButton

showParametersButton: boolean = true

Gets or sets a visibility of the Parameters button in the toolbar of the viewer.

showPinToolbarButton

showPinToolbarButton: boolean = true

Gets or sets a visibility of the Pin button in the toolbar of the viewer in mobile mode.

showPreviousPageButton

showPreviousPageButton: boolean = true

Gets or sets a visibility of the Prev Page button in the toolbar of the viewer.

showPrintButton

showPrintButton: boolean = true

Gets or sets a visibility of the Print button in the toolbar of the viewer.

showRefreshButton

showRefreshButton: boolean = true

Gets or sets a visibility of the Refresh button in the toolbar of the viewer.

showResourcesButton

showResourcesButton: boolean = true

Gets or sets a visibility of the Resources button in the toolbar of the viewer.

showSaveButton

showSaveButton: boolean = true

Gets or sets a visibility of the Save button in the toolbar of the viewer.

showSendEmailButton

showSendEmailButton: boolean = false

Gets or sets a visibility of the Send Email button in the toolbar of the viewer.

showViewModeButton

showViewModeButton: boolean = true

Gets or sets a visibility of the View Mode button in the toolbar of the viewer.

showZoomButton

showZoomButton: boolean = true

Gets or sets a visibility of the Zoom control in the toolbar of the viewer.

viewMode

viewMode: StiWebViewMode = StiWebViewMode.SinglePage

Gets or sets the mode of showing a report in the viewer - one page or the whole report.

visible

visible: boolean = true

Gets or sets a value which indicates that toolbar will be shown in the viewer.

Accessors

zoom

  • get zoom(): number
  • set zoom(value: number): void
  • Gets or sets the report showing zoom. The default value is 100.

    Returns number

  • Gets or sets the report showing zoom. The default value is 100.

    Parameters

    • value: number

    Returns void

Generated using TypeDoc