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

public class Action extends COSBaseWrapper<org.apache.pdfbox.cos.COSDictionary>
  • Constructor Details

    • Action

      public Action(org.apache.pdfbox.cos.COSBase base)
  • Method Details

    • accept

      public void accept(IncrementalUpdateVisitor<?> visitor) throws IOException
      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:
      accept in class COSBaseWrapper<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)