| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.common | |
| org.sejda.sambox.pdmodel.common.filespecification | |
| org.sejda.sambox.pdmodel.common.function |
This package contains functions that are available in the PDF specification.
|
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.pdmodel.graphics | |
| org.sejda.sambox.pdmodel.graphics.color | |
| org.sejda.sambox.pdmodel.graphics.form | |
| org.sejda.sambox.pdmodel.graphics.image | |
| org.sejda.sambox.pdmodel.graphics.pattern |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PDStream> |
PDPage.getContentStreams()
Returns the content streams which make up this page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.setContents(PDStream contents)
This will set the contents of this page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.setContents(List<PDStream> contents)
This will set the contents of this page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDMetadata
This class represents metadata for various objects in a PDF document.
|
class |
PDObjectStream
A PDStream represents a stream in a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDEmbeddedFile
This represents an embedded file in a file specification.
|
| Modifier and Type | Method and Description |
|---|---|
protected PDStream |
PDFunction.getPDStream()
Returns the underlying PDStream.
|
| Modifier and Type | Method and Description |
|---|---|
PDStream |
PDFontDescriptor.getCIDSet()
Get the CIDSet stream.
|
PDStream |
PDType3CharProc.getContentStream() |
PDStream |
PDFontDescriptor.getFontFile()
A stream containing a Type 1 font program.
|
PDStream |
PDFontDescriptor.getFontFile2()
A stream containing a true type font program.
|
PDStream |
PDFontDescriptor.getFontFile3()
A stream containing a font program that is not true type or type 1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFontDescriptor.setCIDSet(PDStream stream)
Set a stream containing a CIDSet.
|
void |
PDFontDescriptor.setFontFile(PDStream type1Stream)
Set the type 1 font program.
|
void |
PDFontDescriptor.setFontFile2(PDStream ttfStream)
Set the true type font program.
|
void |
PDFontDescriptor.setFontFile3(PDStream stream)
Set a stream containing a font program that is not true type or type 1.
|
| Modifier and Type | Method and Description |
|---|---|
PDStream |
PDXObject.getStream()
Returns the stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDXObject.setStream(PDStream stream) |
| Constructor and Description |
|---|
PDXObject(PDStream stream,
COSName subtype)
Creates a new XObject from the given stream and subtype.
|
| Modifier and Type | Method and Description |
|---|---|
PDStream |
PDICCBased.getPDStream()
Get the underlying ICC profile stream.
|
| Modifier and Type | Method and Description |
|---|---|
PDStream |
PDFormXObject.getContentStream() |
| Constructor and Description |
|---|
PDFormXObject(PDStream stream)
Creates a Form XObject for reading.
|
PDTransparencyGroup(PDStream stream)
Creates a Transparency Group for reading.
|
| Constructor and Description |
|---|
PDImageXObject(PDStream stream,
PDResources resources)
Creates an Image XObject with the given stream as its contents and current color spaces.
|
| Modifier and Type | Method and Description |
|---|---|
PDStream |
PDTilingPattern.getContentStream() |
Copyright © 2019 sejda. All rights reserved.