com.stimulsoft.report.options
Class WindowsOptions

java.lang.Object
  extended by com.stimulsoft.report.options.WindowsOptions
Direct Known Subclasses:
StiOptions.Windows

public class WindowsOptions
extends java.lang.Object


Constructor Summary
WindowsOptions()
           
 
Method Summary
static StiGlobalGuiStyle getGlobalGuiStyle()
          Gets or sets current theme of Stimulsoft Reports application.
static boolean getIsGuiTypeSelected()
           
static boolean getIsOffice2003Enabled()
          Gets value which indicates that Office 2003 gui is enabled.
static boolean getIsOffice2007Enabled()
          Gets value which indicates that Office 2007 gui is enabled.
static boolean getIsOffice2010Enabled()
          Gets value which indicates that Office 2010 gui is enabled.
static boolean getIsRibbonGuiEnabled()
          Gets value which indicates that Ribbon gui is enabled.
static boolean getUseSkinableReportRenderingWindow()
           
static void setGlobalGuiStyle(StiGlobalGuiStyle value)
           
static void setIsGuiTypeSelected(boolean value)
           
static void setUseSkinableReportRenderingWindow(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsOptions

public WindowsOptions()
Method Detail

getGlobalGuiStyle

public static StiGlobalGuiStyle getGlobalGuiStyle()
Gets or sets current theme of Stimulsoft Reports application.


setGlobalGuiStyle

public static void setGlobalGuiStyle(StiGlobalGuiStyle value)

getIsGuiTypeSelected

public static boolean getIsGuiTypeSelected()

setIsGuiTypeSelected

public static void setIsGuiTypeSelected(boolean value)

getIsOffice2010Enabled

public static boolean getIsOffice2010Enabled()
Gets value which indicates that Office 2010 gui is enabled.


getIsOffice2007Enabled

public static boolean getIsOffice2007Enabled()
Gets value which indicates that Office 2007 gui is enabled.


getIsOffice2003Enabled

public static boolean getIsOffice2003Enabled()
Gets value which indicates that Office 2003 gui is enabled.


getIsRibbonGuiEnabled

public static boolean getIsRibbonGuiEnabled()
Gets value which indicates that Ribbon gui is enabled.


getUseSkinableReportRenderingWindow

public static boolean getUseSkinableReportRenderingWindow()

setUseSkinableReportRenderingWindow

public static void setUseSkinableReportRenderingWindow(boolean value)