com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class CommentAuthor

  • java.lang.Object
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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 final java.lang.String getName()

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

        Specified by:
        getName in interface ICommentAuthor
      • setName

        public final void setName(java.lang.String value)

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

        Specified by:
        setName in interface ICommentAuthor
      • getInitials

        public final java.lang.String getInitials()

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

        Specified by:
        getInitials in interface ICommentAuthor
      • setInitials

        public final void setInitials(java.lang.String value)

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

        Specified by:
        setInitials in interface ICommentAuthor
      • remove

        public final 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 final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.