|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.options.PrintOptions
public class PrintOptions
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 |
---|
public PrintOptions()
Method Detail |
---|
public static boolean getStorePrinterSettingsInReportAfterPrintDialog()
public static void setStorePrinterSettingsInReportAfterPrintDialog(boolean value)
public static boolean getChartAsBitmap()
public static void setChartAsBitmap(boolean value)
public static java.lang.String getDotMatrixFormatSequence()
public static void setDotMatrixFormatSequence(java.lang.String value)
public static boolean getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged()
public static void setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value)
public static boolean getUsePaperSizeAndSourceFromPrintDialogAlways()
public static void setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value)
public static boolean getUsePrinterSettingsEntirely()
public static void setUsePrinterSettingsEntirely(boolean value)
public static boolean getFindCustomPaperSizeInStandardPaperSizes()
public static void setFindCustomPaperSizeInStandardPaperSizes(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |