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