Uses of Class
com.itextpdf.kernel.pdf.PdfOutputStream
-
Packages that use PdfOutputStream Package Description com.itextpdf.kernel.font com.itextpdf.kernel.pdf com.itextpdf.kernel.utils -
-
Uses of PdfOutputStream in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type PdfOutputStream Modifier and Type Method Description abstract voidPdfFont. writeText(GlyphLine text, int from, int to, PdfOutputStream stream)abstract voidPdfFont. writeText(java.lang.String text, PdfOutputStream stream)voidPdfSimpleFont. writeText(GlyphLine text, int from, int to, PdfOutputStream stream)voidPdfSimpleFont. writeText(java.lang.String text, PdfOutputStream stream)voidPdfType0Font. writeText(GlyphLine text, int from, int to, PdfOutputStream stream)voidPdfType0Font. writeText(java.lang.String text, PdfOutputStream stream) -
Uses of PdfOutputStream in com.itextpdf.kernel.pdf
Subclasses of PdfOutputStream in com.itextpdf.kernel.pdf Modifier and Type Class Description classPdfWriterFields in com.itextpdf.kernel.pdf declared as PdfOutputStream Modifier and Type Field Description protected PdfOutputStreamPdfObjectStream. indexStreamStream containing object indices, a heading part of object stream.protected PdfOutputStreamPdfStream. outputStreamMethods in com.itextpdf.kernel.pdf that return PdfOutputStream Modifier and Type Method Description PdfOutputStreamPdfObjectStream. getIndexStream()PdfOutputStreamPdfStream. getOutputStream()Gets output stream.PdfOutputStreamPdfOutputStream. write(PdfObject pdfObject)Write a PdfObject to the outputstream. -
Uses of PdfOutputStream in com.itextpdf.kernel.utils
Subclasses of PdfOutputStream in com.itextpdf.kernel.utils Modifier and Type Class Description (package private) classMemoryFirstPdfWriterPdfWriter implementation which allows to create documents in memory and dump them on disk on purpose.
-