Class Action
java.lang.Object
org.apache.pdfbox.cos.COSBase
br.ufsc.labsec.signature.conformanceVerifier.pdf.incrementalupdate.structures.COSBaseWrapper<org.apache.pdfbox.cos.COSDictionary>
br.ufsc.labsec.signature.conformanceVerifier.pdf.incrementalupdate.structures.Action
- All Implemented Interfaces:
org.apache.pdfbox.pdmodel.common.COSObjectable
-
Field Summary
Fields inherited from class COSBaseWrapper
base -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(IncrementalUpdateVisitor<?> visitor) Computa uma ação.static org.apache.pdfbox.cos.COSBasegetInstance(org.apache.pdfbox.cos.COSBase cosObject) Methods inherited from class COSBaseWrapper
accept, expectArray, expectDictionary, getCOSObject, getKey, isDirect, setDirect, setKey, wrapObject
-
Constructor Details
-
Action
public Action(org.apache.pdfbox.cos.COSBase base)
-
-
Method Details
-
accept
Computa uma ação.Appendix 1: Computation of Object Digests
Section 1.2.7: Action Dictionaries
For most actions (see Section 8.5, “Actions”), the values of the following entries in the action dictionary are digested, in order, if present:
* A) S, D, F, NewWindow, O, P, B, Base, Sound, Vol, Annot, T, H, N, JS and URI. * B) Rendition actions (see “Rendition Actions” on page 668) are treated differently than the other types.- Specified by:
acceptin classCOSBaseWrapper<org.apache.pdfbox.cos.COSDictionary>- Parameters:
visitor- visitante que irá computar a ação- Throws:
IOException- se ocorrer algum erro de I/O durante a computação da ação
-
getInstance
public static org.apache.pdfbox.cos.COSBase getInstance(org.apache.pdfbox.cos.COSBase cosObject)
-