CommentData

General

CommentData és una classe en Aspose.Slides per a Python.

Dades brutes per a un comentari analitzat des de XML.

Propietats

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

Mètodes

SignatureDescription
__init__(elem: ET._Element)
 Català