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

from nutrient import HtmlSettings

Methods

set_layout

def set_layout(self, value: HtmlLayoutType) -> None

Sets the Layout property.

Parameters:

NameTypeDescription
valueHtmlLayoutTypeThe value to set for the Layout property.

Properties

layout

@property
def layout(self) -> HtmlLayoutType

Gets the Layout property.

Type: HtmlLayoutType

Read-only property.