Public Member Functions |
void | dispose () throws TFormerException |
| Releases the resources allocated by this instance.
|
void | dump (PrintStream s) throws IOException, TFormerException |
| Dumps the current instance into a text stream.
|
String | getComment () throws TFormerException |
| Gets the comment for the Printer.
|
String | getDeviceName () throws TFormerException |
| Gets the device name of the Printer.
|
String | getName () throws TFormerException |
| Gets the name of the Printer.
|
Printer | getNext () throws TFormerException |
| Gets the next Printer defined in the Repository.
|
int | getPrinterDeviceType () throws TFormerException |
| Gets the device type of the Printer.
|
boolean | isDefault () throws TFormerException |
| Gets a value indicating whether this Printer is the default Printer.
|
void | setComment (String sComment) throws TFormerException |
| Sets the comment of the Printer.
|
void | setDeviceName (String sDeviceName) throws TFormerException |
| Sets the device name of the Printer.
|
void | setName (String sName) throws TFormerException |
| Sets the name of the Printer.
|
void | setPrinterDeviceType (int nPrinterDeviceType) throws TFormerException |
| Sets the device type of the Printer.
|
String | toString () |
| Returns a string representation of the instance.
|
Provides access to Printer information.
This class provides access to Printer-information stored in a Repository.
Overview
The term Printer refers to an output device defined in a
Repository. A Printer is used by
TFORMer Server only.
- Note:
- A stand-alone FormLayout does not support Printer-objects!
-
Thread-safety: A single instance of this class must not be used by different threads.
- Attention:
- Internal use only