com.stimulsoft.report.options
Class ViewerOptions
java.lang.Object
com.stimulsoft.report.options.ViewerOptions
- Direct Known Subclasses:
- StiOptions.Viewer
public class ViewerOptions
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interactionChartOnFirstLook
public static boolean interactionChartOnFirstLook
sortVariables
public static boolean sortVariables
ViewerOptions
public ViewerOptions()
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
public static java.lang.String getViewerTitle()
setViewerTitle
public static void setViewerTitle(java.lang.String value)
getShowSuperToolTip
public static boolean getShowSuperToolTip()
setShowSuperToolTip
public static void setShowSuperToolTip(boolean value)
getRequestFromUserDateRanges
public static java.util.List<StiDateRangeKind> 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
public static java.lang.String getViewerTitleText()
setViewerTitleText
public static void setViewerTitleText(java.lang.String value)
getViewerTitleMask
public static java.lang.String getViewerTitleMask()
setViewerTitleMask
public static void setViewerTitleMask(java.lang.String value)
GetViewerTitle
public static java.lang.String GetViewerTitle()
- Internal use only.
GetViewerTitleWithMask
public static java.lang.String GetViewerTitleWithMask(java.lang.String file)
- Internal use only.
getRightToLeft
public static StiRightToLeftType getRightToLeft()
- Gets or sets a value which controls of output of objects in the right to left mode.
setRightToLeft
public static void setRightToLeft(StiRightToLeftType value)
getIsRightToLeft
public static boolean getIsRightToLeft()
- Internal use only.