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.
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,Annotation> |
getAnnotations()
Gets a dictionary of modified annotations that may have changed or added.
|
List<WidgetAnnotation> |
getForms()
Gets form fields that have been incrementally changed or added.
|
List<Page> |
getPages()
Gets a list of pages whose content is unsigned or has been incrementally changed.
|
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).
|
void |
setXForms(HashMap<Integer,XForm> value)
A dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).
|
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.
public final List<WidgetAnnotation> getForms()
Gets form fields that have been incrementally changed or added.
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).
public final void setXForms(HashMap<Integer,XForm> value)
A dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).
value - a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).public final HashMap<Integer,Annotation> getAnnotations()
Gets a dictionary of modified annotations that may have changed or added.
Copyright © 2026 Aspose. All Rights Reserved.