Uses of Class
com.itextpdf.kernel.pdf.PdfOutputStream
Packages that use PdfOutputStream
-
Uses of PdfOutputStream in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font with parameters of type PdfOutputStreamModifier and TypeMethodDescriptionabstract voidPdfFont.writeText(GlyphLine text, int from, int to, PdfOutputStream stream) abstract voidPdfFont.writeText(String text, PdfOutputStream stream) voidPdfSimpleFont.writeText(GlyphLine text, int from, int to, PdfOutputStream stream) voidPdfSimpleFont.writeText(String text, PdfOutputStream stream) voidPdfType0Font.writeText(GlyphLine text, int from, int to, PdfOutputStream stream) voidPdfType0Font.writeText(String text, PdfOutputStream stream) -
Uses of PdfOutputStream in com.itextpdf.kernel.pdf
Subclasses of PdfOutputStream in com.itextpdf.kernel.pdfSubclasses with type arguments of type PdfOutputStream in com.itextpdf.kernel.pdfFields in com.itextpdf.kernel.pdf declared as PdfOutputStreamModifier and TypeFieldDescriptionprotected PdfOutputStreamPdfObjectStream.indexStreamStream containing object indices, a heading part of object stream.protected PdfOutputStreamPdfStream.outputStreamMethods in com.itextpdf.kernel.pdf that return PdfOutputStreamModifier and TypeMethodDescriptionPdfObjectStream.getIndexStream()PdfStream.getOutputStream()Gets output stream.Write a PdfObject to the outputstream. -
Uses of PdfOutputStream in com.itextpdf.kernel.utils
Subclasses of PdfOutputStream in com.itextpdf.kernel.utilsModifier and TypeClassDescription(package private) classPdfWriter implementation which allows to create documents in memory and dump them on disk on purpose.