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