JTextComponent.print() | Java

 

Descripción

Sintaxis

public boolean print() throws PrinterException
public boolean print(MessageFormat headerFormat, MessageFormat footerFormat) throws PrinterException
public boolean print(MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintService service, PrintRequestAttributeSet attributes, boolean interactive) throws PrinterException

Parámetros

  • boolean showPrintDialog,
  • boolean interactive,
  • MessageFormat footerFormat,
  • PrintService service,
  • PrintRequestAttributeSet attributes,
  • MessageFormat headerFormat,

Excepciones

SecurityException, PrinterException

Clase Padre

JTextComponent

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.