public interface PSTextHandler extends TextHandler
Modifier and Type | Method and 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.
|
drawString
void 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-2012 The Apache Software Foundation. All Rights Reserved.