is_export_needed property
CssSavingArgs.is_export_needed property
Allows to specify whether the CSS will be exported to file and embedded to HTML document. Default is True
.
When this property is False
, the CSS information will not be saved to a CSS file and will not be embedded to HTML document.
@property
def is_export_needed(self) -> bool:
...
@is_export_needed.setter
def is_export_needed(self, value: bool):
...
See Also
- module aspose.words.saving
- class CssSavingArgs