CommentData

Overview

CommentData is a class in Aspose.Slides for Python.

Raw data for a comment parsed from XML.

Properties

NameTypeAccessDescription
author_idintReadIs the integer identifier of the comment’s author
idxintReadIs the zero‑based index of the comment within its collection
dt_strstrReadStores the comment timestamp as a formatted string
parent_cm_idOptional[int]ReadIs an optional integer ID of the parent comment for threading
textstrReadContains the textual content of the comment
pos_xfloatReadIs the horizontal position of the comment on the slide
pos_yfloatReadIs the vertical position of the comment on the slide

Methods

SignatureDescription
__init__(elem: ET._Element)