com.aspose.cells

Class ThreadedCommentCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class ThreadedCommentCollection 
    extends CollectionBase

Represents the list of threaded comments.

Property Getters/Setters Summary
intgetCount()
ThreadedCommentget(int index)
Gets the threaded comment by the specific index.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
intadd(java.lang.String text, ThreadedCommentAuthor author)
Adds a threaded comment;
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Property Getters/Setters Detail

      • getCount

        public int getCount()
        
      • get

        public ThreadedComment get(int index)
        
        Gets the threaded comment by the specific index.
        Parameters:
        index - The index
        Returns:
    • Method Detail

      • add

        public int add(java.lang.String text, ThreadedCommentAuthor author)
        Adds a threaded comment;
        Parameters:
        text - The text of the threaded comment.
        author - The author of the threaded comment
        Returns:
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.