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

ConstructorDescription
ExportFieldsOptions

Methods

MethodDescription
getExportPasswordValueGets 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}.
getFieldSelectorGets a delegate that determines whether a particular field should be exported. If the delegate is {@code null}, all fields are exported (the default behaviour).
setExportPasswordValueGets 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}.
setFieldSelectorSets 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:

ParameterTypeDescription
valueboolean value

setFieldSelector

Sets a delegate that determines whether a particular field should be exported.