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