insert_as_rtf property

FieldLink.insert_as_rtf property

Gets or sets whether to insert the linked object in rich-text format (RTF).

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

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

See Also