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

from nutrient_sdk import WordSettings

Methods

set_bookmark_source

def set_bookmark_source(self, value: DocumentBookmarkSource) -> None

Sets the BookmarkSource property.

Parameters:

NameTypeDescription
valueDocumentBookmarkSourceThe value to set for the BookmarkSource property.

def set_half_transparent_header_footer(self, value: bool) -> None

Sets the HalfTransparentHeaderFooter property.

Parameters:

NameTypeDescription
valueboolThe value to set for the HalfTransparentHeaderFooter property.

set_markup_mode

def set_markup_mode(self, value: DocumentMarkupMode) -> None

Sets the MarkupMode property.

Parameters:

NameTypeDescription
valueDocumentMarkupModeThe value to set for the MarkupMode property.

Properties

bookmark_source

@property
def bookmark_source(self) -> DocumentBookmarkSource

Gets the BookmarkSource property.

Type: DocumentBookmarkSource

Read-only property.


@property
def half_transparent_header_footer(self) -> bool

Gets the HalfTransparentHeaderFooter property.

Type: bool

Read-only property.


markup_mode

@property
def markup_mode(self) -> DocumentMarkupMode

Gets the MarkupMode property.

Type: DocumentMarkupMode

Read-only property.