TextHandlerpublic interface PSTextHandler extends TextHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
writePageSetup() |
Is called by when a "PageSetup" section of the PostScript document is generated.
|
void |
writeSetup() |
Is called by when the "Setup" or "Prolog" of the PostScript document is generated.
|
drawStringvoid writeSetup()
throws java.io.IOException
java.io.IOException - In case of an I/O errorvoid writePageSetup()
throws java.io.IOException
java.io.IOException - In case of an I/O errorCopyright 1999-2018 The Apache Software Foundation. All Rights Reserved.