Class ViewerOptions

java.lang.Object
com.stimulsoft.report.options.ViewerOptions
Direct Known Subclasses:
StiOptions.Viewer

public class ViewerOptions extends Object
  • 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

      public static String getViewerTitle()
    • setViewerTitle

      public static void setViewerTitle(String value)
    • getShowSuperToolTip

      public static boolean getShowSuperToolTip()
    • setShowSuperToolTip

      public static void setShowSuperToolTip(boolean value)
    • getRequestFromUserDateRanges

      public static 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 String getViewerTitleText()
    • setViewerTitleText

      public static void setViewerTitleText(String value)
    • getViewerTitleMask

      public static String getViewerTitleMask()
    • setViewerTitleMask

      public static void setViewerTitleMask(String value)
    • GetViewerTitle

      public static String GetViewerTitle()
      Internal use only.
    • GetViewerTitleWithMask

      public static String GetViewerTitleWithMask(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.