AuthorData

Overview

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

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

Properties

NameTypeAccessDescription
IdintReadGets or sets the numeric identifier of the author
NamestringRead/WriteGets or sets the full name of the author
InitialsstringRead/WriteGets or sets the author’s initials
LastIdxintRead/WriteGets or sets the last index used for the author
ClrIdxintReadGets or sets the color index associated with the author

Methods

SignatureDescription
AuthorData(elem: XElement)Initializes a new instance from the given XML element

See Also