CommentData

Overview

CommentData is a class in Aspose.Slides FOSS for .NET.

Raw data for a comment parsed from XML. Wraps the underlying <p:cm> element and provides typed access to its attributes.

Properties

NameTypeAccessDescription
AuthorIdintReadGets or sets the identifier of the comment’s author
IdxintReadGets or sets the index of the comment within its collection
DtStrstringRead/WriteGets or sets the timestamp string of the comment
ParentCmIdint?Read/WriteGets or sets the optional parent comment ID for threaded replies
TextstringRead/Write
PosXfloatRead/WriteGets or sets the horizontal position of the comment on the slide
PosYfloatRead/Write

Methods

SignatureDescription
CommentData(elem: XElement)Creates a new instance from the provided XML element

See Also