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 Modifier and Type Class 描述 classPrinterAbortException所述PrinterAbortException类是的一个子类PrinterException,并用于指示用户或应用程序终止打印作业,而这是在打印的过程中。classPrinterIOException该PrinterIOException类的子类PrinterException,用来表示某种IO错误而发生的打印。Methods in java.awt.print that throw PrinterException Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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的内容。
-