Uses of Class org.pdfbox.pdmodel.common.PDStream

Uses in package org.pdfbox.pdmodel.graphics.color

Methods with return type org.pdfbox.pdmodel.common.PDStream

PDStream
Get the pd stream for this icc color space.

Uses in package org.pdfbox.pdmodel.graphics.xobject

Constructors with parameter type org.pdfbox.pdmodel.common.PDStream

Standard constructor.
Standard constructor.
Standard constructor.
Standard constuctor.
Standard constuctor.
PDXObjectImage.PDXObjectImage(PDStream imageStream, String fileSuffix)
Standard constuctor.

Methods with return type org.pdfbox.pdmodel.common.PDStream

PDStream
Returns the stream.

Uses in package org.pdfbox.pdmodel.common

Classes derived from org.pdfbox.pdmodel.common.PDStream

class
A PDStream represents a stream in a PDF document.
class
This class represents metadata for various objects in a PDF document.
class
A PDStream represents a stream in a PDF document.

Methods with return type org.pdfbox.pdmodel.common.PDStream

PDStream
Create a pd stream from either a regular COSStream on a COSArray of cos streams.

Uses in package org.pdfbox.pdmodel.common.function

Constructors with parameter type org.pdfbox.pdmodel.common.PDStream

Constructor.
Constructor.
Constructor.

Uses in package org.pdfbox.pdfparser

Constructors with parameter type org.pdfbox.pdmodel.common.PDStream

Constructor.

Uses in package org.pdfbox.pdmodel.font

Methods with parameter type org.pdfbox.pdmodel.common.PDStream

void
Set the type 1 font program.
void
Set the true type font program.
void
Set a stream containing a font program that is not true type or type 1.
void
This will set the ToUnicode stream.

Methods with return type org.pdfbox.pdmodel.common.PDStream

PDStream
A stream containing a Type 1 font program.
PDStream
A stream containing a true type font program.
PDStream
A stream containing a font program that is not true type or type 1.
PDStream
This will get the ToUnicode stream.

Uses in package org.pdfbox.pdmodel

Methods with parameter type org.pdfbox.pdmodel.common.PDStream

void
This will set the contents of this page.

Methods with return type org.pdfbox.pdmodel.common.PDStream

PDStream
This will get the contents of the PDF Page, in the case that the contents of the page is an array then then the entire array of streams will be be wrapped and appear as a single stream.

Uses in package org.pdfbox.pdmodel.common.filespecification

Classes derived from org.pdfbox.pdmodel.common.PDStream

class
This represents an embedded file in a file specification.