com.aspose.slides
Class SlideComment

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

public class SlideComment
extends java.lang.Object

Represents a user comment created on a slide.


Method Summary
 java.lang.String getShortName()
          Returns the short name of a user who created the slide comment.
 java.lang.String getText()
          Returns the text of the slide comment.
 java.lang.String getUserName()
          Returns the name of a user who created the slide comment.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserName

public java.lang.String getUserName()
Returns the name of a user who created the slide comment.

Returns:
name of a user who created the slide comment.

getShortName

public java.lang.String getShortName()
Returns the short name of a user who created the slide comment.

Returns:
short name of a user who created the slide comment.

getText

public java.lang.String getText()
Returns the text of the slide comment.

Returns:
text of the slide comment.