export_form_fields property
HtmlFixedSaveOptions.export_form_fields property
Gets or sets indication of whether form fields are exported as interactive items (as ‘input’ tag) rather than converted to text or graphics.
@property
def export_form_fields(self) -> bool:
...
@export_form_fields.setter
def export_form_fields(self, value: bool):
...
See Also
- module aspose.words.saving
- class HtmlFixedSaveOptions