ExportFieldsToJsonOptions

Inheritance: java.lang.Object, com.aspose.pdf.ExportFieldsOptions com.aspose.pdf.ExportFieldsToJsonOptions, com.aspose.pdf.ExportFieldsOptions, com.aspose.pdf.ExportFieldsToJsonOptions

public class ExportFieldsToJsonOptions extends ExportFieldsOptions

Represents options for exporting form fields to Json format. Inherits from {@link ExportFieldsOptions} and adds specific options for Json export.

Constructors

ConstructorDescription
ExportFieldsToJsonOptionsInitializes a new instance of the {@link ExportFieldsToJsonOptions} class.

Methods

MethodDescription
getWriteIndentedGets or sets a value indicating whether the Json output should be indented. Value: {@code true} if the Json output should be indented; otherwise, {@code false}.
setWriteIndentedGets or sets a value indicating whether the Json output should be indented. Value: {@code true} if the Json output should be indented; otherwise, {@code false}.

ExportFieldsToJsonOptions

public ExportFieldsToJsonOptions()

Initializes a new instance of the {@link ExportFieldsToJsonOptions} class.

getWriteIndented

public final boolean getWriteIndented()

Gets or sets a value indicating whether the Json output should be indented. Value: {@code true} if the Json output should be indented; otherwise, {@code false}.

Returns: boolean value

setWriteIndented

public final void setWriteIndented(boolean value)

Gets or sets a value indicating whether the Json output should be indented. Value: {@code true} if the Json output should be indented; otherwise, {@code false}.

Parameters:

ParameterTypeDescription
valueboolean value