Frames | No Frames |
Methods with return type org.pdfbox.pdmodel.common.PDStream | |
PDStream | Get the pd stream for this icc color space.
|
Constructors with parameter type org.pdfbox.pdmodel.common.PDStream | |
Standard constructor.
| |
Standard constructor.
| |
Standard constructor. | |
Standard constuctor.
| |
Standard constuctor.
| |
Standard constuctor.
|
Methods with return type org.pdfbox.pdmodel.common.PDStream | |
PDStream | Returns the stream.
|
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.
|
Constructors with parameter type org.pdfbox.pdmodel.common.PDStream | |
Constructor.
| |
Constructor.
| |
Constructor.
|
Constructors with parameter type org.pdfbox.pdmodel.common.PDStream | |
Constructor.
|
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.
|
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.
|
Classes derived from org.pdfbox.pdmodel.common.PDStream | |
class | This represents an embedded file in a file specification.
|