public abstract class ExportFieldsOptions extends Object
Represents base class of options for exporting form fields.
| Constructor and Description |
|---|
ExportFieldsOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getExportPasswordValue()
Gets or sets a value indicating whether the password value should be exported.
|
com.aspose.ms.System.Predicate<Field> |
getFieldSelector()
Gets a delegate that determines whether a particular field should be exported.
|
void |
setExportPasswordValue(boolean value)
Gets or sets a value indicating whether the password value should be exported.
|
void |
setFieldSelector(com.aspose.ms.System.Predicate<Field> value)
Sets a delegate that determines whether a particular field should be exported.
|
public final boolean getExportPasswordValue()
Gets or sets a value indicating whether the password value should be exported.
Value:true if the password value should be exported; otherwise, false.public final void setExportPasswordValue(boolean value)
Gets or sets a value indicating whether the password value should be exported.
Value:true if the password value should be exported; otherwise, false.value - boolean valuepublic final com.aspose.ms.System.Predicate<Field> getFieldSelector()
Gets a delegate that determines whether a particular field should be exported.
If the delegate is null, all fields are exported (the default behaviour).
public final void setFieldSelector(com.aspose.ms.System.Predicate<Field> value)
Sets a delegate that determines whether a particular field should be exported.
If the delegate is null, all fields are exported (the default behaviour).
value - a delegate that determines whether a particular field should be exported.Copyright © 2026 Aspose. All Rights Reserved.