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