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.

This class provides 1 method for working with AuthorData objects in .NET programs. Available methods include: AuthorData. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: ClrIdx, Id, Initials, LastIdx, Name.

Description

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

The class also provides the Id property (gets the id), the ClrIdx property (gets the clr idx).

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

Properties

NameTypeAccessDescription
IdintReadGets the id.
NamestringRead/WriteGets or sets the name.
InitialsstringRead/WriteGets or sets the initials.
LastIdxintRead/WriteGets or sets the last idx.
ClrIdxintReadGets the clr idx.

Methods

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

See Also