Class Comment
java.lang.Object
com.independentsoft.office.spreadsheet.comments.Comment
The Class Comment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()longGets the author id.Gets the cell reference.getID()Gets the id.Gets the phonetic properties.getRuns()Gets the runs.getText()Gets the text.voidsetAuthorID(long authorID)Sets the author id.voidsetCellReference(String cellReference)Sets the cell reference.voidSets the id.voidSets the text.toString()
-
Constructor Details
-
Comment
public Comment()Instantiates a new comment.
-
-
Method Details
-
clone
-
toString
-
getRuns
Gets the runs.- Returns:
- the runs
-
getPhoneticProperties
Gets the phonetic properties.- Returns:
- the phonetic properties
-
getAuthorID
public long getAuthorID()Gets the author id.- Returns:
- the author id
-
setAuthorID
public void setAuthorID(long authorID)Sets the author id.- Parameters:
authorID- the new author id
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getCellReference
Gets the cell reference.- Returns:
- the cell reference
-
setCellReference
Sets the cell reference.- Parameters:
cellReference- the new cell reference
-
getText
Gets the text.- Returns:
- the text
-
setText
Sets the text.- Parameters:
text- the new text
-