Table of Contents

Class CommentAuthor

Namespace
FileFormat.Slides
Assembly
FileFormat.Slides.dll

Represents an author of a comment.

public class CommentAuthor
Inheritance
CommentAuthor
Inherited Members

Properties

ColorIndex

Gets or sets the color index associated with the author.

public int ColorIndex { get; set; }

Property Value

int

Id

Gets or sets the ID of the author.

public int Id { get; set; }

Property Value

int

InitialLetter

Gets or sets the initial letter of the author's name.

public string InitialLetter { get; set; }

Property Value

string

Name

Gets or sets the name of the author.

public string Name { get; set; }

Property Value

string