insert_as_text property

FieldLink.insert_as_text property

Gets or sets whether to insert the linked object in text-only format.

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

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

See Also