split_style property

SplitOptions.split_style property

Specifies the paragraph style for splitting the document into parts when SplitCriteria.STYLE is used.

@property
def split_style(self) -> str:
    ...

@split_style.setter
def split_style(self, value: str):
    ...

See Also