insert_as_text property
FieldDde.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
- module aspose.words.fields
- class FieldDde