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