| Package | Description | 
|---|---|
| com.itextpdf.kernel.font | |
| com.itextpdf.kernel.pdf | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | PdfFont. writeText(GlyphLine text, int from, int to, PdfOutputStream stream) | 
| void | PdfSimpleFont. writeText(GlyphLine text, int from, int to, PdfOutputStream stream) | 
| void | PdfType0Font. writeText(GlyphLine text, int from, int to, PdfOutputStream stream) | 
| abstract void | PdfFont. writeText(String text, PdfOutputStream stream) | 
| void | PdfSimpleFont. writeText(String text, PdfOutputStream stream) | 
| void | PdfType0Font. writeText(String text, PdfOutputStream stream) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PdfWriter | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PdfOutputStream | PdfStream. outputStream | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfOutputStream | PdfStream. getOutputStream()
             Gets output stream. 
            | 
| PdfOutputStream | PdfOutputStream. write(PdfObject pdfObject)
             Write a PdfObject to the outputstream. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.