edition property
Source.edition property
Gets or sets the editor of a source.
@property
def edition(self) -> str:
...
@edition.setter
def edition(self, value: str):
...
See Also
- module aspose.words.bibliography
- class Source
Gets or sets the editor of a source.
@property
def edition(self) -> str:
...
@edition.setter
def edition(self, value: str):
...