paragraph_layout_mode property

paragraph_layout_mode property

Specifies how HTML

elements are rendered when loading HTML. The default value is HtmlParagraphLayoutMode.NORMAL.

Definition:

@property
def paragraph_layout_mode(self):
    ...
@paragraph_layout_mode.setter
def paragraph_layout_mode(self, value):
    ...

See Also