| Modifier and Type | Method and Description |
|---|---|
PDFArray |
ViewDestination.getPDFArray()
Retrieve the PDFObject representation of this object
|
PDFArray |
OptionalContentMembershipDict.getVisibilityExpression()
GetVisibilityExpression Gets the Visibility Expression for this membership dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.collectNamesOfTree(PDFArray namesArray,
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 |
|---|
OptionalContentMembershipDict(Document doc,
java.util.List<OptionalContentGroup> ocgs,
VisibilityPolicy vp,
PDFArray visibilityExpression)
Create a new OptionalContentMembershipDict.
|
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
|