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