parent_id property
Comment.parent_id property
Gets or sets the parent comment ID. A value of -1
means the comment has no parent.
@property
def parent_id(self) -> int:
...
@parent_id.setter
def parent_id(self, value: int):
...
See Also
- module aspose.words
- class Comment