HtmlSettings
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 HtmlSettingsMethods
set_layout
def set_layout(self, value: HtmlLayoutType) -> NoneSets the Layout property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | HtmlLayoutType | The value to set for the Layout property. |
Properties
layout
@propertydef layout(self) -> HtmlLayoutTypeGets the Layout property.
Type: HtmlLayoutType
Read-only property.