public interface PSTextHandler extends TextHandler
限定符和类型 | 方法和说明 |
---|---|
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 IOException
IOException
- In case of an I/O errorvoid writePageSetup() throws IOException
IOException
- In case of an I/O errorCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.