| Modifier and Type | Method and Description |
|---|---|
PDFDict |
DeviceNColorSpace.getAttributes()
The dictionary of extended attributes associated with the color space.
|
PDFDict |
PDFStream.getDict()
The encoding dictionary for the stream.
|
PDFDict |
Document.getInfoDict()
The Info dictionary of the document as a PDFObject.
|
PDFDict |
Action.getPDFDict()
Retrieve the PDFObject representation of this object
|
PDFDict |
Annotation.getPDFDict()
Retrieve the PDFObject representation of this object
|
PDFDict |
Bookmark.getPDFDict()
Get the dictionary associated with the bookmark.
|
PDFDict |
Container.getPDFDict()
Retrieve the PDFObject representation of this object
|
PDFDict |
ExtendedGraphicState.getPDFDict()
Get the dictionary associated with the extended graphic state.
|
PDFDict |
Font.getPDFDict()
Retrieve the PDFDict representation of this object
|
PDFDict |
NameTree.getPDFDict()
Return the PDFDict of this NameTree.
|
PDFDict |
NumberTree.getPDFDict()
Return the PDFDict of this NumberTree.
|
PDFDict |
OptionalContentConfig.getPDFDict()
Retrieve the PDFObject representation of this object
|
PDFDict |
OptionalContentGroup.getPDFDict()
Retrieve the PDFObject representation of this object
|
PDFDict |
Page.getPDFDict()
Retrieve the PDFObject representation of this object.
|
PDFDict |
Document.getRoot()
The Catalog of the document as a PDFObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.lookForKidsInNameTree(PDFDict nameTree,
java.util.List<FileAttachment> attachments) |
void |
PDFStream.SetData(java.io.InputStream stream,
PDFDict encoding_dict,
PDFArray encoding_params)
Replace the data in this PDFStream
|
| Constructor and Description |
|---|
PDFStream(java.io.InputStream stream,
Document doc,
PDFDict encoding_dict,
PDFArray encoding_params)
General constructor
|
PDFStream(java.io.InputStream stream,
PDFObject docFromObj,
PDFDict encoding_dict,
PDFArray encoding_params)
General constructor
|