Package | Description |
---|---|
com.groupdocs.signature.domain.documentpreview |
The GroupDocs.Signature.Domain.DocumentPreview namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.signatures.formfield |
The GroupDocs.Signature.Domain.Signatures.FormField namespace provides classes for working with FormField signatures
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Field and Description |
---|---|
List<FormFieldSignature> |
DocumentInfo.auto_FormFields
Deprecated.
|
List<FormFieldSignature> |
DocumentInfo.auto_FormFieldSignatures
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<FormFieldSignature> |
DocumentInfo.getFormFields()
Collection of all existing supported Form Fields in the document.
|
List<FormFieldSignature> |
IDocumentInfo.getFormFields()
Collection of all existing supported Form Fields in the document.
|
List<FormFieldSignature> |
DocumentInfo.getFormFieldSignatures()
Collection of document Form Field signatures added or updated by
Signature methods. |
List<FormFieldSignature> |
IDocumentInfo.getFormFieldSignatures()
Collection of document Form Field signatures added or updated by
FormFieldSignature methods. |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setFormFields(List<FormFieldSignature> value)
Deprecated.
|
void |
DocumentInfo.setFormFieldSignatures(List<FormFieldSignature> value)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxFormFieldSignature
Contains check-box input form field signature properties.
|
class |
ComboboxFormFieldSignature
Contains combo-box input form field signature properties.
|
class |
DigitalFormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
|
class |
RadioButtonFormFieldSignature
Contains radio-button input form field signature properties.
|
class |
TextFormFieldSignature
Contains text input form field signature properties for Pdf Document
|
Modifier and Type | Method and Description |
---|---|
static FormFieldSignature |
CheckboxFormFieldSignature.getInstanceFromField(FormFieldSearchOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
static FormFieldSignature |
ComboboxFormFieldSignature.getInstanceFromField(FormFieldSearchOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
static FormFieldSignature |
DigitalFormFieldSignature.getInstanceFromField(FormFieldSearchOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
static FormFieldSignature |
TextFormFieldSignature.getInstanceFromField(FormFieldSearchOptions options,
com.aspose.pdf.Field field)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Collections.Generic.List<FormFieldSignature> |
RadioButtonFormFieldSignature.getInstanceFromField(FormFieldSearchOptions options,
com.aspose.pdf.Document document,
com.aspose.ms.System.Collections.Generic.List<Integer> pages)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormFieldSignature |
FormFieldSignOptions.getSignature()
Gets or sets the FormField of signature.
|
Modifier and Type | Method and Description |
---|---|
void |
FormFieldSignOptions.setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.
|
Constructor and Description |
---|
FormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
|