Uses of Class
java.awt.print.PrinterException
-
Packages that use PrinterException 软件包 描述 java.awt.print 为常规打印API提供类和接口。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of PrinterException in java.awt.print
Subclasses of PrinterException in java.awt.print 变量和类型 类 描述 classPrinterAbortException所述PrinterAbortException类是的一个子类PrinterException,并用于指示用户或应用程序已经终止了打印作业,而这是在打印的过程中。classPrinterIOException该PrinterIOException类的子类PrinterException,用来表示某种IO错误而发生的打印。Methods in java.awt.print that throw PrinterException 变量和类型 方法 描述 intPrintable. print(Graphics graphics, PageFormat pageFormat, int pageIndex)将指定索引处的页面以指定格式打印到指定的Graphics上下文中。abstract voidPrinterJob. print()打印一组页面。voidPrinterJob. print(PrintRequestAttributeSet attributes)使用属性集中的设置打印一组页面。voidPrinterJob. setPrintService(PrintService service)将此PrinterJob与新的PrintService相关联。 -
Uses of PrinterException in javax.swing
Methods in javax.swing that throw PrinterException 变量和类型 方法 描述 booleanJTable. print()一种显示打印对话框的便捷方法,然后以JTable模式打印此PrintMode.FIT_WIDTH,没有页眉或页脚文本。booleanJTable. print(JTable.PrintMode printMode)一种显示打印对话框的便捷方法,然后在给定的打印模式下打印此JTable,没有页眉或页脚文本。booleanJTable. print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat)一种显示打印对话框的便捷方法,然后使用指定的页眉和页脚文本以给定的打印模式打印此JTable。booleanJTable. print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive)按照功能齐全的print方法的指定打印此表,并将默认打印机指定为打印服务。booleanJTable. print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service)打印这个JTable。 -
Uses of PrinterException in javax.swing.text
Methods in javax.swing.text that throw PrinterException 变量和类型 方法 描述 booleanJTextComponent. print()一种便捷的打印方法,显示打印对话框,然后以 交互模式打印此JTextComponent,没有页眉或页脚文本。booleanJTextComponent. print(MessageFormat headerFormat, MessageFormat footerFormat)一种便捷的打印方法,用于显示打印对话框,然后以指定的页眉和页脚文本以 交互模式打印此JTextComponent。booleanJTextComponent. print(MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintService service, PrintRequestAttributeSet attributes, boolean interactive)打印此JTextComponent的内容。
-