insert_as_unicode property

FieldLink.insert_as_unicode property

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

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

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

See Also