COSObjectablepublic class PDPropBuild extends java.lang.Object implements COSObjectable
| Constructor | Description |
|---|---|
PDPropBuild() |
Default constructor.
|
PDPropBuild(COSDictionary dict) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
PDPropBuildDataDict |
getApp() |
A build data dictionary for the viewing application software
module that was used to create the parent signature.
|
COSDictionary |
getCOSObject() |
Convert this standard java object to a COS dictionary.
|
PDPropBuildDataDict |
getFilter() |
A build data dictionary for the signature handler that was
used to create the parent signature.
|
PDPropBuildDataDict |
getPubSec() |
A build data dictionary for the PubSec software module
that was used to create the parent signature.
|
void |
setPDPropBuildApp(PDPropBuildDataDict app) |
Set the build data dictionary for the viewing application
software module.
|
void |
setPDPropBuildFilter(PDPropBuildDataDict filter) |
Set the build data dictionary for the signature handler.
|
void |
setPDPropBuildPubSec(PDPropBuildDataDict pubSec) |
Set the build data dictionary for the PubSec Software module.
|
public PDPropBuild()
public PDPropBuild(COSDictionary dict)
dict - The signature dictionary.public COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic PDPropBuildDataDict getFilter()
public void setPDPropBuildFilter(PDPropBuildDataDict filter)
filter - is the PDPropBuildFilterpublic PDPropBuildDataDict getPubSec()
public void setPDPropBuildPubSec(PDPropBuildDataDict pubSec)
pubSec - is the PDPropBuildPubSecpublic PDPropBuildDataDict getApp()
public void setPDPropBuildApp(PDPropBuildDataDict app)
app - is the PDPropBuildAppCopyright © 2002–2018. All rights reserved.