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 TypeClassDescriptionclass
An object stream, as described in section 3.4.6 of the PDF 1.5 Reference.class
Class representing the CMap encodings.class
This class represents an embedded file stream.class
Special PDFStream for ICC profiles (color profiles).(package private) static class
class
Special PDFStream for Metadata.class
Class representing ToUnicode CMaps.Fields in org.apache.fop.pdf declared as PDFStreamModifier and TypeFieldDescriptionprivate PDFStream
PDFCIDFont.cidMap
/CIDToGIDMap (only for CIDFontType2, see p 212) can be either "Identity" (default) or a PDFStreamprivate PDFStream
PDFFormXObject.contents
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 TypeMethodDescriptionvoid
PDFCharProcs.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.void
Set the /CIDToGIDMap (to be used only for CIDFontType2)void
Set the CID set stream.void
PDFCMap.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
Fields in org.apache.fop.render.pdf declared as PDFStreamModifier and TypeFieldDescriptionprivate PDFStream
PDFContentGenerator.currentStream
the current stream to add PDF commands toMethods in org.apache.fop.render.pdf that return PDFStreamModifier and TypeMethodDescriptionPDFContentGenerator.getStream()
Returns thePDFStream
associated with this instance.Methods in org.apache.fop.render.pdf with parameters of type PDFStream