public class ExportFieldsToJsonOptions extends ExportFieldsOptions
Represents options for exporting form fields to Json format.
Inherits from ExportFieldsOptions
and adds specific options for Json export.
Constructor and Description |
---|
ExportFieldsToJsonOptions()
Initializes a new instance of the
ExportFieldsToJsonOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getWriteIndented()
Gets or sets a value indicating whether the Json output should be indented.
|
void |
setWriteIndented(boolean value)
Gets or sets a value indicating whether the Json output should be indented.
|
getExportPasswordValue, setExportPasswordValue
public ExportFieldsToJsonOptions()
Initializes a new instance of the ExportFieldsToJsonOptions
class.
public final boolean getWriteIndented()
Gets or sets a value indicating whether the Json output should be indented.
Value:true
if the Json output should be indented; otherwise, false
.public final void setWriteIndented(boolean value)
Gets or sets a value indicating whether the Json output should be indented.
Value:true
if the Json output should be indented; otherwise, false
.value
- boolean valueCopyright © 2025 Aspose. All Rights Reserved.