insert_as_html property

FieldLink.insert_as_html property

Gets or sets whether to insert the linked object as HTML format text.

@property
def insert_as_html(self) -> bool:
    ...

@insert_as_html.setter
def insert_as_html(self, value: bool):
    ...

See Also