DocumentLayoutJsonExportSettings
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 DocumentLayoutJsonExportSettingsMethods
set_content
def set_content(self, value: JsonExportContent) -> NoneSets the Content property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | JsonExportContent | The value to set for the Content property. |
set_format
def set_format(self, value: JsonExportFormat) -> NoneSets the Format property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | JsonExportFormat | The value to set for the Format property. |
Properties
content
@propertydef content(self) -> JsonExportContentGets the Content property.
Type: JsonExportContent
Read-only property.
format
@propertydef format(self) -> JsonExportFormatGets the Format property.
Type: JsonExportFormat
Read-only property.