Uses of Class
org.apache.fop.pdf.AbstractPDFStream
-
Packages that use AbstractPDFStream Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of AbstractPDFStream in org.apache.fop.pdf
Subclasses of AbstractPDFStream in org.apache.fop.pdf Modifier and Type Class Description classAbstractPDFFontStreamBase class for PDF font streams.classObjectStreamAn object stream, as described in section 3.4.6 of the PDF 1.5 Reference.classPDFCFFStreamSpecial PDFStream for embeddable CFF fonts.classPDFCFFStreamType0CPDFStream for embeddable OpenType CFF fonts.classPDFCMapClass representing the CMap encodings.classPDFEmbeddedFileThis class represents an embedded file stream.classPDFFormXObjectPDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.classPDFICCStreamSpecial PDFStream for ICC profiles (color profiles).classPDFImageXObjectPDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.classPDFMetadataSpecial PDFStream for Metadata.classPDFStreamClass representing a PDF stream.classPDFT1StreamSpecial PDFStream for embedding Type 1 fonts.classPDFToUnicodeCMapClass representing ToUnicode CMaps.classPDFTTFStreamSpecial PDFStream for embeddable TrueType fonts.classPDFXObjectAbstract base class of PDF XObjects.Methods in org.apache.fop.pdf that return AbstractPDFStream Modifier and Type Method Description AbstractPDFStreamPDFFontDescriptor. getCIDSet()AbstractPDFStreamPDFFontDescriptor. getFontFile()AbstractPDFStreamPDFFactory. makeFontFile(FontDescriptor desc, java.lang.String fontPrefix)Embeds a font.Methods in org.apache.fop.pdf with parameters of type AbstractPDFStream Modifier and Type Method Description voidPDFDocument. applyEncryption(AbstractPDFStream stream)Apply the encryption filter to a PDFStream if encryption is enabled.voidPDFEncryption. applyFilter(AbstractPDFStream stream)Adds a PDFFilter to the PDFStream objectvoidPDFEncryptionJCE. applyFilter(AbstractPDFStream stream)Adds a PDFFilter to the PDFStream objectvoidPDFFontDescriptor. setCIDSet(AbstractPDFStream cidSet)Sets the CIDSet stream for this font descriptor.voidPDFFontDescriptor. setFontFile(FontType subtype, AbstractPDFStream fontfile)Set the optional font file stream
-