[]
        
(Showing Draft Content)

ICommentsThreaded

Interface ICommentsThreaded

All Superinterfaces:
Iterable<ICommentThreaded>

public interface ICommentsThreaded extends Iterable<ICommentThreaded>
A collection of top-level threaded comment objects in a Worksheet, or a collection of replies in a single threaded comment. Each comment is represented by an ICommentThreaded object.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Gets the threaded comment for the index.
    int
    Returns the count of objects in the collection.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • get

      ICommentThreaded get(int index)
      Gets the threaded comment for the index.
      Parameters:
      index - The index of collection.
    • getCount

      int getCount()
      Returns the count of objects in the collection.
      Returns:
      The count of object in collection.