Class StiPreviewToolBarOptions

java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.StiPreviewToolBarOptions
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef

public class StiPreviewToolBarOptions extends StiSerializedObject implements IStiJsonReportObject
Copyright Stimulsoft
  • Field Details

    • reportToolbarHorAlignment

      public StiHorAlignment reportToolbarHorAlignment
    • reportToolbarReverse

      public boolean reportToolbarReverse
  • Constructor Details

    • StiPreviewToolBarOptions

      public StiPreviewToolBarOptions()
  • Method Details

    • getReportIconSet

      public StiViewerUIIconSet getReportIconSet()
      What icons will be displayed in the report viewer.
      Returns:
    • setReportIconSet

      public void setReportIconSet(StiViewerUIIconSet reportIconSet)
    • getReportToolbarHorAlignment

      public StiHorAlignment getReportToolbarHorAlignment()
      a horizontal alignment of the report's toolbar elements.
      Returns:
      the reportToolbarHorAlignment
    • setReportToolbarHorAlignment

      public void setReportToolbarHorAlignment(StiHorAlignment reportToolbarHorAlignment)
      a horizontal alignment of the report's toolbar elements.
      Parameters:
      reportToolbarHorAlignment - the reportToolbarHorAlignment to set
    • isReportToolbarReverse

      public boolean isReportToolbarReverse()
      a value which indicates that the report's toolbar elements should be in normal order or a reversible order.
      Returns:
      the reportToolbarReverse
    • setReportToolbarReverse

      public void setReportToolbarReverse(boolean reportToolbarReverse)
      a value which indicates that the report's toolbar elements should be in normal order or a reversible order.
      Parameters:
      reportToolbarReverse - the reportToolbarReverse to set
    • SaveToJsonObject

      public JSONObject SaveToJsonObject(StiJsonSaveMode Mode) throws JSONException
      Specified by:
      SaveToJsonObject in interface IStiJsonReportObject
      Throws:
      JSONException
    • LoadFromJsonObject

      public void LoadFromJsonObject(JSONObject jObject) throws JSONException
      Specified by:
      LoadFromJsonObject in interface IStiJsonReportObject
      Throws:
      JSONException