com.aspose.slides
Class SlideComments

java.lang.Object
  extended by com.aspose.slides.SlideComments

public class SlideComments
extends java.lang.Object

Represents a collection of slide comments.


Method Summary
 SlideComment get(int index)
          Returns the slide comment at the specified index.
 int size()
          Returns the number of slide comments actually contained in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of slide comments actually contained in the collection.

Returns:
number of slide comments.

get

public SlideComment get(int index)
Returns the slide comment at the specified index.

Parameters:
index - comment index.
Returns:
slide comment.