|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.webdesigner.StiWebDesignerOptions.PreviewToolbarOptions
public class StiWebDesignerOptions.PreviewToolbarOptions
| Constructor Summary | |
|---|---|
StiWebDesignerOptions.PreviewToolbarOptions()
|
|
| Method Summary | |
|---|---|
StiContentAlignment |
getAlignment()
Gets or sets the alignment of the preview toolbar. |
StiColor |
getBackgroundColor()
Gets or sets a color of the preview toolbar background. |
StiColor |
getBorderColor()
Gets or sets a color of the preview toolbar border. |
StiToolbarDisplayMode |
getDisplayMode()
Gets or sets the display mode of the preview toolbar - simple or separated into upper and lower parts. |
StiColor |
getFontColor()
Gets or sets a color of the preview toolbar texts. |
java.lang.String |
getFontFamily()
Gets or sets a value which indicates which font family will be used for drawing texts in the preview. |
StiPrintDestination |
getPrintDestination()
Gets or sets the default mode of the report print destination. |
StiWebViewMode |
getViewMode()
Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages. |
boolean |
isShowBookmarksButton()
Gets or sets a visibility of the Bookmarks button in the toolbar of the preview. |
boolean |
isShowButtonCaptions()
Gets or sets a value which allows displaying or hiding preview toolbar buttons captions. |
boolean |
isShowCurrentPageControl()
Gets or sets a visibility of the current page control in the toolbar of the preview. |
boolean |
isShowEditorButton()
Gets or sets a visibility of the Editor button in the toolbar of the preview. |
boolean |
isShowFindButton()
Gets or sets a visibility of the Find button in the toolbar of the preview. |
boolean |
isShowFirstPageButton()
Gets or sets a visibility of the First Page button in the toolbar of the preview. |
boolean |
isShowLastPageButton()
Gets or sets a visibility of the Last Page button in the toolbar of the preview. |
boolean |
isShowNextPageButton()
Gets or sets a visibility of the Next Page button in the toolbar of the preview. |
boolean |
isShowOpenButton()
Gets or sets a visibility of the Open button in the toolbar of the preview. |
boolean |
isShowParametersButton()
Gets or sets a visibility of the Parameters button in the toolbar of the preview. |
boolean |
isShowPreviousPageButton()
Gets or sets a visibility of the Prev Page button in the toolbar of the preview. |
boolean |
isShowPrintButton()
Gets or sets a visibility of the Print button in the toolbar of the preview. |
boolean |
isShowSaveButton()
Gets or sets a visibility of the Save button in the toolbar of the preview. |
boolean |
isShowSendEmailButton()
Gets or sets a visibility of the Send Email button in the toolbar of the preview. |
boolean |
isShowViewModeButton()
Gets or sets a visibility of the View Mode button in the toolbar of the preview. |
boolean |
isShowZoomButton()
Gets or sets a visibility of the Zoom control in the toolbar of the preview. |
boolean |
isVisible()
Gets or sets a value which indicates that toolbar will be shown in the preview. |
void |
setAlignment(StiContentAlignment alignment)
Gets or sets the alignment of the preview toolbar. |
void |
setBackgroundColor(StiColor backgroundColor)
Gets or sets a color of the preview toolbar background. |
void |
setBorderColor(StiColor borderColor)
Gets or sets a color of the preview toolbar border. |
void |
setDisplayMode(StiToolbarDisplayMode displayMode)
Gets or sets the display mode of the preview toolbar - simple or separated into upper and lower parts. |
void |
setFontColor(StiColor fontColor)
Gets or sets a color of the preview toolbar texts. |
void |
setFontFamily(java.lang.String fontFamily)
Gets or sets a value which indicates which font family will be used for drawing texts in the preview. |
void |
setPrintDestination(StiPrintDestination printDestination)
Gets or sets the default mode of the report print destination. |
void |
setShowBookmarksButton(boolean showBookmarksButton)
Gets or sets a visibility of the Bookmarks button in the toolbar of the preview. |
void |
setShowButtonCaptions(boolean showButtonCaptions)
Gets or sets a value which allows displaying or hiding preview toolbar buttons captions. |
void |
setShowCurrentPageControl(boolean showCurrentPageControl)
Gets or sets a visibility of the current page control in the toolbar of the preview. |
void |
setShowEditorButton(boolean showEditorButton)
Gets or sets a visibility of the Editor button in the toolbar of the preview. |
void |
setShowFindButton(boolean showFindButton)
Gets or sets a visibility of the Find button in the toolbar of the preview. |
void |
setShowFirstPageButton(boolean showFirstPageButton)
Gets or sets a visibility of the First Page button in the toolbar of the preview. |
void |
setShowLastPageButton(boolean showLastPageButton)
Gets or sets a visibility of the Last Page button in the toolbar of the preview. |
void |
setShowNextPageButton(boolean showNextPageButton)
Gets or sets a visibility of the Next Page button in the toolbar of the preview. |
void |
setShowOpenButton(boolean showOpenButton)
Gets or sets a visibility of the Open button in the toolbar of the preview. |
void |
setShowParametersButton(boolean showParametersButton)
Gets or sets a visibility of the Parameters button in the toolbar of the preview. |
void |
setShowPreviousPageButton(boolean showPreviousPageButton)
Gets or sets a visibility of the Prev Page button in the toolbar of the preview. |
void |
setShowPrintButton(boolean showPrintButton)
Gets or sets a visibility of the Print button in the toolbar of the preview. |
void |
setShowSaveButton(boolean showSaveButton)
Gets or sets a visibility of the Save button in the toolbar of the preview. |
void |
setShowSendEmailButton(boolean showSendEmailButton)
Gets or sets a visibility of the Send Email button in the toolbar of the preview. |
void |
setShowViewModeButton(boolean showViewModeButton)
Gets or sets a visibility of the View Mode button in the toolbar of the preview. |
void |
setShowZoomButton(boolean showZoomButton)
Gets or sets a visibility of the Zoom control in the toolbar of the preview. |
void |
setViewMode(StiWebViewMode viewMode)
Gets or sets the mode of showing a report in the preview - Single Page, Continuous or Multiple Pages. |
void |
setVisible(boolean visible)
Gets or sets a value which indicates that toolbar will be shown in the preview. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiWebDesignerOptions.PreviewToolbarOptions()
| Method Detail |
|---|
public boolean isVisible()
public void setVisible(boolean visible)
visible - the visible to setpublic StiToolbarDisplayMode getDisplayMode()
public void setDisplayMode(StiToolbarDisplayMode displayMode)
displayMode - the displayMode to setpublic StiColor getBackgroundColor()
public void setBackgroundColor(StiColor backgroundColor)
backgroundColor - the backgroundColor to setpublic StiColor getBorderColor()
public void setBorderColor(StiColor borderColor)
borderColor - the borderColor to setpublic StiColor getFontColor()
public void setFontColor(StiColor fontColor)
fontColor - the fontColor to setpublic java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily)
fontFamily - the fontFamily to setpublic StiContentAlignment getAlignment()
public void setAlignment(StiContentAlignment alignment)
alignment - the alignment to setpublic boolean isShowButtonCaptions()
public void setShowButtonCaptions(boolean showButtonCaptions)
showButtonCaptions - the showButtonCaptions to setpublic boolean isShowPrintButton()
public void setShowPrintButton(boolean showPrintButton)
showPrintButton - the showPrintButton to setpublic boolean isShowOpenButton()
public void setShowOpenButton(boolean showOpenButton)
showOpenButton - the showOpenButton to setpublic boolean isShowSaveButton()
public void setShowSaveButton(boolean showSaveButton)
showSaveButton - the showSaveButton to setpublic boolean isShowSendEmailButton()
public void setShowSendEmailButton(boolean showSendEmailButton)
showSendEmailButton - the showSendEmailButton to setpublic boolean isShowFindButton()
public void setShowFindButton(boolean showFindButton)
showFindButton - the showFindButton to setpublic boolean isShowBookmarksButton()
public void setShowBookmarksButton(boolean showBookmarksButton)
showBookmarksButton - the showBookmarksButton to setpublic boolean isShowParametersButton()
public void setShowParametersButton(boolean showParametersButton)
showParametersButton - the showParametersButton to setpublic boolean isShowEditorButton()
public void setShowEditorButton(boolean showEditorButton)
showEditorButton - the showEditorButton to setpublic boolean isShowFirstPageButton()
public void setShowFirstPageButton(boolean showFirstPageButton)
showFirstPageButton - the showFirstPageButton to setpublic boolean isShowPreviousPageButton()
public void setShowPreviousPageButton(boolean showPreviousPageButton)
showPreviousPageButton - the showPreviousPageButton to setpublic boolean isShowCurrentPageControl()
public void setShowCurrentPageControl(boolean showCurrentPageControl)
showCurrentPageControl - the showCurrentPageControl to setpublic boolean isShowNextPageButton()
public void setShowNextPageButton(boolean showNextPageButton)
showNextPageButton - the showNextPageButton to setpublic boolean isShowLastPageButton()
public void setShowLastPageButton(boolean showLastPageButton)
showLastPageButton - the showLastPageButton to setpublic boolean isShowZoomButton()
public void setShowZoomButton(boolean showZoomButton)
showZoomButton - the showZoomButton to setpublic boolean isShowViewModeButton()
public void setShowViewModeButton(boolean showViewModeButton)
showViewModeButton - the showViewModeButton to setpublic StiPrintDestination getPrintDestination()
public void setPrintDestination(StiPrintDestination printDestination)
printDestination - the printDestination to setpublic StiWebViewMode getViewMode()
public void setViewMode(StiWebViewMode viewMode)
viewMode - the viewMode to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||