| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.common | |
| org.sejda.sambox.pdmodel.graphics.image |
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDDocumentCatalog.getMetadata()
Get the metadata that is part of the document catalog.
|
PDMetadata |
PDPage.getMetadata()
Get the metadata that is part of the document catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocumentCatalog.setMetadata(PDMetadata meta)
Sets the metadata for this object.
|
void |
PDPage.setMetadata(PDMetadata meta)
Set the metadata for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDStream.getMetadata()
Get the metadata that is part of the document catalog.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDStream.setMetadata(PDMetadata meta)
Set the metadata for this object.
|
| Modifier and Type | Method and Description |
|---|---|
PDMetadata |
PDImageXObject.getMetadata()
Returns the metadata associated with this XObject, or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDImageXObject.setMetadata(PDMetadata meta)
Sets the metadata associated with this XObject, or null if there is none.
|
Copyright © 2019 sejda. All rights reserved.