Package com.stimulsoft.report.options
Class ViewerOptions
java.lang.Object
com.stimulsoft.report.options.ViewerOptions
- Direct Known Subclasses:
StiOptions.Viewer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass for adjusting a Dot-Matrix window of the report.static classClass for adjustment of the viewer window. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanInternal use only.static List<StiDateRangeKind> static intstatic StiRightToLeftTypeGets or sets a value which controls of output of objects in the right to left mode.static booleanstatic Stringstatic StringInternal use only.static Stringstatic Stringstatic StringGetViewerTitleWithMask(String file) Internal use only.static voidsetAllowDrawSegmentMode(boolean value) static voidsetAllowUseDragDrop(boolean value) static voidsetDisableCloseButtonInFullScreenMode(boolean value) static voidsetDisableShortcutInViewer(boolean value) static voidsetRequestFromUserElementsPerColumn(int requestFromUserElementsPerColumn) static voidsetRightToLeft(StiRightToLeftType value) static voidsetShowSuperToolTip(boolean value) static voidsetViewerTitle(String value) static voidsetViewerTitleMask(String value) static voidsetViewerTitleText(String value)
-
Field Details
-
interactionChartOnFirstLook
public static boolean interactionChartOnFirstLook -
sortVariables
public static boolean sortVariables
-
-
Constructor Details
-
ViewerOptions
public ViewerOptions()
-
-
Method Details
-
getDisableShortcutInViewer
public static boolean getDisableShortcutInViewer() -
setDisableShortcutInViewer
public static void setDisableShortcutInViewer(boolean value) -
getAllowDrawSegmentMode
public static boolean getAllowDrawSegmentMode() -
setAllowDrawSegmentMode
public static void setAllowDrawSegmentMode(boolean value) -
getDisableCloseButtonInFullScreenMode
public static boolean getDisableCloseButtonInFullScreenMode() -
setDisableCloseButtonInFullScreenMode
public static void setDisableCloseButtonInFullScreenMode(boolean value) -
getAllowUseDragDrop
public static boolean getAllowUseDragDrop() -
setAllowUseDragDrop
public static void setAllowUseDragDrop(boolean value) -
getViewerTitle
-
setViewerTitle
-
getShowSuperToolTip
public static boolean getShowSuperToolTip() -
setShowSuperToolTip
public static void setShowSuperToolTip(boolean value) -
getRequestFromUserDateRanges
- Returns:
- the requestFromUserDateRanges
-
getRequestFromUserElementsPerColumn
public static int getRequestFromUserElementsPerColumn()- Returns:
- the requestFromUserElementsPerColumn
-
setRequestFromUserElementsPerColumn
public static void setRequestFromUserElementsPerColumn(int requestFromUserElementsPerColumn) - Parameters:
requestFromUserElementsPerColumn- the requestFromUserElementsPerColumn to set
-
getViewerTitleText
-
setViewerTitleText
-
getViewerTitleMask
-
setViewerTitleMask
-
GetViewerTitle
Internal use only. -
GetViewerTitleWithMask
Internal use only. -
getRightToLeft
Gets or sets a value which controls of output of objects in the right to left mode. -
setRightToLeft
-
getIsRightToLeft
public static boolean getIsRightToLeft()Internal use only.
-