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.
|
void |
setExportPasswordValue(boolean value)
Gets or sets a value indicating whether the password value 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 valueCopyright © 2025 Aspose. All Rights Reserved.