java.lang.Object
com.independentsoft.office.spreadsheet.comments.CommentSet

public class CommentSet extends Object
The Class CommentSet.
  • Constructor Details

    • CommentSet

      public CommentSet()
      Instantiates a new comment set.
    • CommentSet

      public CommentSet(byte[] buffer) throws XMLStreamException
      Instantiates a new comment set.
      Parameters:
      buffer - the buffer
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • clone

      public CommentSet clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAuthors

      public List<Author> getAuthors()
      Gets the authors.
      Returns:
      the authors
    • getComments

      public List<Comment> getComments()
      Gets the comments.
      Returns:
      the comments