UnsignedContentAbsorber.UnsignedContent

Inheritance: java.lang.Object, com.aspose.pdf.security.UnsignedContentAbsorber.UnsignedContent

public static final class UnsignedContentAbsorber.UnsignedContent extends Object

Encapsulates unsigned content elements extracted from a PDF document. This class provides access to pages, form fields, XForms, and annotations that are part of the unsigned content within the document.

Methods

MethodDescription
getAnnotationsGets a dictionary of modified annotations that may have changed or added.
getFormsGets form fields that have been incrementally changed or added.
getPagesGets a list of pages whose content is unsigned or has been incrementally changed. The page is considered modified and XForms are not checked and do not appear in the XForms list.
getXFormsGets a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).
setXFormsA dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).

getAnnotations

public final HashMap < Integer , Annotation > getAnnotations()

Gets a dictionary of modified annotations that may have changed or added.

Returns: a dictionary of modified annotations that may have changed or added.

getForms

public final List < WidgetAnnotation > getForms()

Gets form fields that have been incrementally changed or added.

Returns: form fields that have been incrementally changed or added.

getPages

public final List < Page > getPages()

Gets a list of pages whose content is unsigned or has been incrementally changed. The page is considered modified and XForms are not checked and do not appear in the XForms list.

Returns: a list of pages whose content is unsigned or has been incrementally changed.

getXForms

public final HashMap < Integer , XForm > getXForms()

Gets a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).

Returns: a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).

setXForms

A dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).