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