Merged view of DocumentLayoutJsonExportSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

from nutrient import DocumentLayoutJsonExportSettings

Methods

set_content

def set_content(self, value: JsonExportContent) -> None

Sets the Content property.

Parameters:

NameTypeDescription
valueJsonExportContentThe value to set for the Content property.

set_format

def set_format(self, value: JsonExportFormat) -> None

Sets the Format property.

Parameters:

NameTypeDescription
valueJsonExportFormatThe value to set for the Format property.

Properties

content

@property
def content(self) -> JsonExportContent

Gets the Content property.

Type: JsonExportContent

Read-only property.


format

@property
def format(self) -> JsonExportFormat

Gets the Format property.

Type: JsonExportFormat

Read-only property.