public class

DisallowedChange

extends Object
implements AutoCloseable
java.lang.Object
   ↳ com.pdftron.pdf.DisallowedChange

Class Overview

The class DisallowedChange. Data pertaining to a change detected in a document during a digital signature modification permissions verification step, the change bein g both made after the signature was signed, and disallowed by t he signature's permissions settings.

Summary

Nested Classes
enum DisallowedChange.Type  
Public Constructors
DisallowedChange(long impl_ptr)
Public Methods
long __GetHandle()
void close()
Frees the native memory of the object.
void destroy()
Frees the native memory of the object.
int getObjNum()
Returns the SDF object number of the indirect object associated with this DisallowedChange.
DisallowedChange.Type getType()
Returns an enumeration value representing the semantic type of this disallowed change.
String getTypeAsString()
Returns a string value representing the semantic type of this disallowed change.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.AutoCloseable

Public Constructors

public DisallowedChange (long impl_ptr)

Public Methods

public long __GetHandle ()

public void close ()

Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.

public void destroy ()

Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.

public int getObjNum ()

Returns the SDF object number of the indirect object associated with this DisallowedChange.

Returns
  • An unsigned 32-bit integer value

public DisallowedChange.Type getType ()

Returns an enumeration value representing the semantic type of this disallowed change.

Returns
  • An enumeration value of type: Type of DisallowedChange

public String getTypeAsString ()

Returns a string value representing the semantic type of this disallowed change.

Returns
  • A string