Descripción
Sintaxis
public boolean print() throws PrinterException
public boolean print(JTable.PrintMode printMode) throws PrinterException
public boolean print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat) throws PrinterException
public boolean print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive) throws PrinterException, HeadlessException
public boolean print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service) throws PrinterException, HeadlessException
Parámetros
- PrintRequestAttributeSet attr,
- boolean showPrintDialog,
- boolean interactive,
- MessageFormat footerFormat,
- PrintService service,
- MessageFormat headerFormat,
- JTable.PrintMode printMode,
Excepciones
HeadlessException, SecurityException, PrinterException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.