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