Uses of Class
org.sejda.sambox.pdmodel.common.PDStream
Packages that use PDStream
Package
Description
This package contains functions that are available in the PDF specification.
-
Uses of PDStream in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return types with arguments of type PDStreamModifier and TypeMethodDescriptionPDPage.getContentStreams()Returns the content streams which make up this page.Methods in org.sejda.sambox.pdmodel with parameters of type PDStreamModifier and TypeMethodDescriptionvoidPDPage.setContents(PDStream contents) This will set the contents of this page.Method parameters in org.sejda.sambox.pdmodel with type arguments of type PDStreamModifier and TypeMethodDescriptionvoidPDPage.setContents(List<PDStream> contents) This will set the contents of this page. -
Uses of PDStream in org.sejda.sambox.pdmodel.common
Subclasses of PDStream in org.sejda.sambox.pdmodel.commonModifier and TypeClassDescriptionclassThis class represents metadata for various objects in a PDF document.classA PDStream represents a stream in a PDF document. -
Uses of PDStream in org.sejda.sambox.pdmodel.common.filespecification
Subclasses of PDStream in org.sejda.sambox.pdmodel.common.filespecificationModifier and TypeClassDescriptionclassThis represents an embedded file in a file specification. -
Uses of PDStream in org.sejda.sambox.pdmodel.common.function
Methods in org.sejda.sambox.pdmodel.common.function that return PDStreamModifier and TypeMethodDescriptionprotected PDStreamPDFunction.getPDStream()Returns the underlying PDStream. -
Uses of PDStream in org.sejda.sambox.pdmodel.font
Methods in org.sejda.sambox.pdmodel.font that return PDStreamModifier and TypeMethodDescriptionPDFontDescriptor.getCIDSet()Get the CIDSet stream.PDType3CharProc.getContentStream()PDFontDescriptor.getFontFile()A stream containing a Type 1 font program.PDFontDescriptor.getFontFile2()A stream containing a true type font program.PDFontDescriptor.getFontFile3()A stream containing a font program that is not true type or type 1.Methods in org.sejda.sambox.pdmodel.font with parameters of type PDStreamModifier and TypeMethodDescriptionvoidSet a stream containing a CIDSet.voidPDFontDescriptor.setFontFile(PDStream type1Stream) Set the type 1 font program.voidPDFontDescriptor.setFontFile2(PDStream ttfStream) Set the true type font program.voidPDFontDescriptor.setFontFile3(PDStream stream) Set a stream containing a font program that is not true type or type 1. -
Uses of PDStream in org.sejda.sambox.pdmodel.graphics
Methods in org.sejda.sambox.pdmodel.graphics that return PDStreamMethods in org.sejda.sambox.pdmodel.graphics with parameters of type PDStreamConstructors in org.sejda.sambox.pdmodel.graphics with parameters of type PDStream -
Uses of PDStream in org.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.pdmodel.graphics.color that return PDStreamModifier and TypeMethodDescriptionPDICCBased.getPDStream()Get the underlying ICC profile stream. -
Uses of PDStream in org.sejda.sambox.pdmodel.graphics.form
Methods in org.sejda.sambox.pdmodel.graphics.form that return PDStreamConstructors in org.sejda.sambox.pdmodel.graphics.form with parameters of type PDStreamModifierConstructorDescriptionPDFormXObject(PDStream stream) Creates a Form XObject for reading.PDTransparencyGroup(PDStream stream) Creates a Transparency Group for reading. -
Uses of PDStream in org.sejda.sambox.pdmodel.graphics.image
Constructors in org.sejda.sambox.pdmodel.graphics.image with parameters of type PDStreamModifierConstructorDescriptionPDImageXObject(PDStream stream, PDResources resources) Creates an Image XObject with the given stream as its contents and current color spaces. -
Uses of PDStream in org.sejda.sambox.pdmodel.graphics.pattern
Methods in org.sejda.sambox.pdmodel.graphics.pattern that return PDStream