Uses of Class
org.apache.fop.pdf.PDFStream
Packages that use PDFStream
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFStream in org.apache.fop.pdf
Subclasses of PDFStream in org.apache.fop.pdfModifier and TypeClassDescriptionclassAn object stream, as described in section 3.4.6 of the PDF 1.5 Reference.classClass representing the CMap encodings.classThis class represents an embedded file stream.classSpecial PDFStream for ICC profiles (color profiles).classSpecial PDFStream for Metadata.classClass representing ToUnicode CMaps.Methods in org.apache.fop.pdf that return PDFStreamModifier and TypeMethodDescriptionPDFFactory.makeStream(String type, boolean add) Make a stream objectMethods in org.apache.fop.pdf with parameters of type PDFStreamModifier and TypeMethodDescriptionvoidPDFCharProcs.addCharacter(String name, PDFStream stream) add a character definition in the dictionaryPDFDocument.addFormXObject(PDFResourceContext res, PDFStream cont, PDFReference formres, String key) Add a form XObject to the PDF document.voidSet the /CIDToGIDMap (to be used only for CIDFontType2)voidSet the CID set stream.voidPDFCMap.setUseCMap(PDFStream base) set the base CMapConstructors in org.apache.fop.pdf with parameters of type PDFStreamModifierConstructorDescriptionPDFFormXObject(int xnumber, PDFStream contents, PDFReference resources) create a FormXObject with the given number and name and load the image in the object -
Uses of PDFStream in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFStreamModifier and TypeMethodDescriptionPDFContentGenerator.getStream()Returns thePDFStreamassociated with this instance.Methods in org.apache.fop.render.pdf with parameters of type PDFStream