public abstract class AbstractPrint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static org.eclipse.swt.graphics.FontData |
FONT_BOLD
Der Schrifttyp des Titelfeldes
|
protected static org.eclipse.swt.graphics.FontData |
FONT_NORMAL
Die System-Standartschrift
|
protected static org.eclipse.swt.graphics.FontData |
FONT_NORMAL_BOLD
Die System-Standartschrift in FETT
|
protected static org.eclipse.swt.graphics.FontData |
FONT_TINY
Die System-Standartschrift in KLEIN
|
protected static org.eclipse.swt.graphics.FontData |
FONT_TINY_BOLD
Die System-Standartschrift in KLEIN und FETT
|
Constructor and Description |
---|
AbstractPrint()
Standartkonstruktor
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.nebula.paperclips.core.Print |
createPrint()
Erstellt und liefert das Print-Objekt
|
protected abstract void |
customise(org.eclipse.nebula.paperclips.core.page.PagePrint page)
Hier kann eine Sub-Klasse das Print-Objekt nochmal ändern.
|
protected abstract org.eclipse.nebula.paperclips.core.Print |
getPrintContent()
Liefert den Druckinhalt als Print-Objekt
|
abstract java.lang.String |
getTitle()
Liefert den Titel des Drucks als String
|
protected static final org.eclipse.swt.graphics.FontData FONT_BOLD
protected static final org.eclipse.swt.graphics.FontData FONT_NORMAL
protected static final org.eclipse.swt.graphics.FontData FONT_NORMAL_BOLD
protected static final org.eclipse.swt.graphics.FontData FONT_TINY
protected static final org.eclipse.swt.graphics.FontData FONT_TINY_BOLD
public org.eclipse.nebula.paperclips.core.Print createPrint() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException
public abstract java.lang.String getTitle()
protected abstract void customise(org.eclipse.nebula.paperclips.core.page.PagePrint page) throws de.willuhn.util.ApplicationException
page
- Der ganze Ausdruck als PrintPage-Objektde.willuhn.util.ApplicationException
protected abstract org.eclipse.nebula.paperclips.core.Print getPrintContent() throws de.willuhn.util.ApplicationException
de.willuhn.util.ApplicationException