Package com.stimulsoft.report.options
Class WindowsOptions
java.lang.Object
com.stimulsoft.report.options.WindowsOptions
- Direct Known Subclasses:
StiOptions.Windows
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiGlobalGuiStyleGets or sets current theme of Stimulsoft Reports application.static booleanstatic booleanGets value which indicates that Office 2003 gui is enabled.static booleanGets value which indicates that Office 2007 gui is enabled.static booleanGets value which indicates that Office 2010 gui is enabled.static booleanGets value which indicates that Ribbon gui is enabled.static booleanstatic voidstatic voidsetIsGuiTypeSelected(boolean value) static voidsetUseSkinableReportRenderingWindow(boolean value)
-
Constructor Details
-
WindowsOptions
public WindowsOptions()
-
-
Method Details
-
getGlobalGuiStyle
Gets or sets current theme of Stimulsoft Reports application. -
setGlobalGuiStyle
-
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)
-