com.aspose.slides
Class CommentAuthor

java.lang.Object
  extended by com.aspose.slides.CommentAuthor
All Implemented Interfaces:
ICommentAuthor

public final class CommentAuthor
extends java.lang.Object
implements ICommentAuthor

Represents an author of comments.


Method Summary
 ICommentCollection getComments()
           Returns the collection of comments made by this author.
 java.lang.String getInitials()
           Returns or sets the authors initials.
 java.lang.String getName()
           Returns or sets the author's name.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 void remove()
           Removes the author from the parent collection.
 void setInitials(java.lang.String value)
           Returns or sets the authors initials.
 void setName(java.lang.String value)
           Returns or sets the author's name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

Returns or sets the author's name. Read/write String.

Specified by:
getName in interface ICommentAuthor

setName

public void setName(java.lang.String value)

Returns or sets the author's name. Read/write String.

Specified by:
setName in interface ICommentAuthor

getInitials

public java.lang.String getInitials()

Returns or sets the authors initials. Read/write String.

Specified by:
getInitials in interface ICommentAuthor

setInitials

public void setInitials(java.lang.String value)

Returns or sets the authors initials. Read/write String.

Specified by:
setInitials in interface ICommentAuthor

getComments

public ICommentCollection getComments()

Returns the collection of comments made by this author. Read-only ICommentCollection.

Specified by:
getComments in interface ICommentAuthor

remove

public void remove()

Removes the author from the parent collection.

Specified by:
remove in interface ICommentAuthor
Throws:
PptxEditException - Thrown if author is already removed.

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.