| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
| org.sejda.sambox.pdmodel.documentinterchange.markedcontent |
The marked content package provides a mechanism for modeling marked-content
sequences.
|
| org.sejda.sambox.pdmodel.graphics | |
| org.sejda.sambox.pdmodel.graphics.form | |
| org.sejda.sambox.pdmodel.graphics.image | |
| org.sejda.sambox.pdmodel.interactive.annotation | |
| org.sejda.sambox.text |
| Modifier and Type | Method and Description |
|---|---|
PDXObject |
PDResources.getXObject(COSName name)
Returns the XObject resource with the given name, or null if none exists.
|
PDXObject |
ResourceCache.getXObject(COSObjectKey key)
Returns the XObject resource for the given key object, if it is in the cache.
|
PDXObject |
DefaultResourceCache.getXObject(COSObjectKey key) |
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDResources.add(PDXObject xobject,
String prefix)
Adds the given XObject to the resources of the current page and returns the name for the new resources.
|
void |
PDResources.put(COSName name,
PDXObject xobject)
Sets the XObject resource with the given name.
|
void |
ResourceCache.put(COSObjectKey key,
PDXObject xobject)
Puts the given key XObject resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDXObject xobject) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDObjectReference.setReferencedObject(PDXObject xobject)
Sets the referenced XObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDMarkedContent.addXObject(PDXObject xobject)
Adds an XObject to the contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDPostScriptXObject
A PostScript XObject.
|
| Modifier and Type | Method and Description |
|---|---|
static PDXObject |
PDXObject.createXObject(COSBase base,
PDResources resources)
Creates a new XObject instance of the appropriate type for the COS stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFormXObject
A Form XObject.
|
class |
PDTransparencyGroup
A transparency group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDImageXObject
An Image XObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDAppearanceStream
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation
rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFMarkedContentExtractor.xobject(PDXObject xobject) |
Copyright © 2019 sejda. All rights reserved.