file_name property
FieldRD.file_name property
Gets or sets the name of the file to include when generating a table of contents, table of authorities, or index.
@property
def file_name(self) -> str:
...
@file_name.setter
def file_name(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldRD