com.stimulsoft.report.options
Class PrintOptions

java.lang.Object
  extended by com.stimulsoft.report.options.PrintOptions
Direct Known Subclasses:
StiOptions.Print

public class PrintOptions
extends java.lang.Object


Constructor Summary
PrintOptions()
           
 
Method Summary
static boolean getChartAsBitmap()
          Gets or sets a value indicating whether to render charts as Bitmap.
static java.lang.String getDotMatrixFormatSequence()
           
static boolean getFindCustomPaperSizeInStandardPaperSizes()
          Gets or sets a value which force to find the custom PaperSize in the standard PaperSizes
static boolean getStorePrinterSettingsInReportAfterPrintDialog()
          Gets or sets a value which indicating that printer settings will be stored in report.PrinterSetting property after printer dialog.
static boolean getUsePaperSizeAndSourceFromPrintDialogAlways()
          Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages always.
static boolean getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged()
          Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages if they changed in the PrintDialog.
static boolean getUsePrinterSettingsEntirely()
          Gets or sets a value which indicating that PrinterSettings must be used entirely.
static void setChartAsBitmap(boolean value)
           
static void setDotMatrixFormatSequence(java.lang.String value)
           
static void setFindCustomPaperSizeInStandardPaperSizes(boolean value)
           
static void setStorePrinterSettingsInReportAfterPrintDialog(boolean value)
           
static void setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value)
           
static void setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value)
           
static void setUsePrinterSettingsEntirely(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintOptions

public PrintOptions()
Method Detail

getStorePrinterSettingsInReportAfterPrintDialog

public static boolean getStorePrinterSettingsInReportAfterPrintDialog()
Gets or sets a value which indicating that printer settings will be stored in report.PrinterSetting property after printer dialog.


setStorePrinterSettingsInReportAfterPrintDialog

public static void setStorePrinterSettingsInReportAfterPrintDialog(boolean value)

getChartAsBitmap

public static boolean getChartAsBitmap()
Gets or sets a value indicating whether to render charts as Bitmap.


setChartAsBitmap

public static void setChartAsBitmap(boolean value)

getDotMatrixFormatSequence

public static java.lang.String getDotMatrixFormatSequence()

setDotMatrixFormatSequence

public static void setDotMatrixFormatSequence(java.lang.String value)

getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged

public static boolean getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged()
Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages if they changed in the PrintDialog. Otherwise, each page will be printed with their own settings.


setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged

public static void setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value)

getUsePaperSizeAndSourceFromPrintDialogAlways

public static boolean getUsePaperSizeAndSourceFromPrintDialogAlways()
Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages always.


setUsePaperSizeAndSourceFromPrintDialogAlways

public static void setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value)

getUsePrinterSettingsEntirely

public static boolean getUsePrinterSettingsEntirely()
Gets or sets a value which indicating that PrinterSettings must be used entirely.


setUsePrinterSettingsEntirely

public static void setUsePrinterSettingsEntirely(boolean value)

getFindCustomPaperSizeInStandardPaperSizes

public static boolean getFindCustomPaperSizeInStandardPaperSizes()
Gets or sets a value which force to find the custom PaperSize in the standard PaperSizes


setFindCustomPaperSizeInStandardPaperSizes

public static void setFindCustomPaperSizeInStandardPaperSizes(boolean value)