ExportFieldsOptions
Inheritance: java.lang.Object, com.aspose.pdf.ExportFieldsOptions
public abstract class ExportFieldsOptions extends Object
Represents base class of options for exporting form fields.
Constructors
| Constructor | Description |
|---|---|
| ExportFieldsOptions |
Methods
| Method | Description |
|---|---|
| getExportPasswordValue | Gets or sets a value indicating whether the password value should be exported. Value: {@code true} if the password value should be exported; otherwise, {@code false}. |
| getFieldSelector | Gets a delegate that determines whether a particular field should be exported. If the delegate is {@code null}, all fields are exported (the default behaviour). |
| setExportPasswordValue | Gets or sets a value indicating whether the password value should be exported. Value: {@code true} if the password value should be exported; otherwise, {@code false}. |
| setFieldSelector | Sets a delegate that determines whether a particular field should be exported. |
ExportFieldsOptions
public ExportFieldsOptions()
getExportPasswordValue
public final boolean getExportPasswordValue()
Gets or sets a value indicating whether the password value should be exported. Value: {@code true} if the password value should be exported; otherwise, {@code false}.
Returns: boolean value
getFieldSelector
public final com.aspose.ms.System.Predicate< Field > getFieldSelector()
Gets a delegate that determines whether a particular field should be exported. If the delegate is {@code null}, all fields are exported (the default behaviour).
Returns: a delegate that determines whether a particular field should be exported.
setExportPasswordValue
public final void setExportPasswordValue(boolean value)
Gets or sets a value indicating whether the password value should be exported. Value: {@code true} if the password value should be exported; otherwise, {@code false}.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |
setFieldSelector
Sets a delegate that determines whether a particular field should be exported.