AuthorData

Overview

AuthorData is a class in Aspose.Slides for Python.

Raw data for a comment author parsed from XML.

Properties

NameTypeAccessDescription
idintReadIs the unique integer identifier of the comment author
namestrReadStores the full name of the comment author as a string
initialsstrReadHolds the author’s initials in string form
last_idxintReadRecords the last used index for the author, as an integer
clr_idxintReadStores the color index associated with the author, as an integer

Methods

SignatureDescription
__init__(elem: ET._Element)