AuthorData

Overview

AuthorData is a class in Aspose.Slides for CPP. Inherits from: AuthorData.

Raw data for a comment author parsed from XML. Wraps a pugixml node and provides typed accessors for the author attributes. Changes made through the setters are reflected directly in the underlying XML node.

Methods

SignatureDescription
id()int32_tAuthor numeric ID.
name()std::stringAuthor display name.
set_name(value: std::string_view)Sets the author’s display name to the given string
initials()std::stringAuthor initials.
set_initials(value: std::string_view)Sets the author’s initials to the given string
last_idx()int32_tLast comment index used by this author.
set_last_idx(value: int32_t)Sets the last comment index for this author
clr_idx()int32_tColor index for this author (cycles 0–9).