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
| Constructor | Description |
|---|---|
| ExportFieldsToJsonOptions | Initializes a new instance of the {@link ExportFieldsToJsonOptions} class. |
Methods
| Method | Description |
|---|---|
| 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}. |
| setWriteIndented | 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}. |
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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |