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.

This class provides 1 method for working with CommentData objects in .NET programs. Available methods include: CommentData. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AuthorId, DtStr, Idx, ParentCmId, PosX, PosY, and 1 more.

Description

CommentData is a class in the Aspose.Slides FOSS library for .NET that exposes 0 methods and 7 properties for programmatic use.

The class also provides the AuthorId property (gets the author id), the Idx property (gets the idx).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
AuthorIdintReadGets the author id.
IdxintReadGets the idx.
DtStrstringRead/WriteGets or sets the dt str.
ParentCmIdint?Read/WriteGets or sets the parent cm id.
TextstringRead/WriteGets or sets the text.
PosXfloatRead/WriteGets or sets the pos x.
PosYfloatRead/WriteGets or sets the pos y.

Methods

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

See Also