DocumentLayoutJsonExportSettings

Settings for DocumentLayoutJsonExport. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final JsonExportContent getContent()
The content elements to include in JSON output.
Link copied to clipboard
public final JsonExportFormat getFormat()
The formatting options for JSON output.
Link copied to clipboard
public final void setContent(JsonExportContent value)
The content elements to include in JSON output.
Link copied to clipboard
public final void setFormat(JsonExportFormat value)
The formatting options for JSON output.