|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.ms.System.Collections.CollectionBase
com.spire.xls.core.spreadsheet.collections.CollectionExtended
com.spire.xls.core.spreadsheet.collections.XlsCommentsCollection
public class XlsCommentsCollection
| Constructor Summary | |
|---|---|
XlsCommentsCollection(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
ICommentShape |
addComment(int iRow,
int iColumn)
Adds comment to the specified range. |
ICommentShape |
addComment(int iRow,
int iColumn,
boolean bIsParseOptions)
Adds comment to the specified range. |
ICommentShape |
get(int index)
Returns single entry from the collection. |
ICommentShape |
get(java.lang.String name)
Gets single item from the collection. |
ICommentShape |
getItem(int iRow,
int iColumn)
Returns single entry from the collection by row and column one-based indexes. |
| Methods inherited from interface com.spire.xls.core.IComments |
|---|
getCount, getParent |
| Constructor Detail |
|---|
public XlsCommentsCollection(java.lang.Object parent)
| Method Detail |
|---|
public ICommentShape get(int index)
get in interface IComments
public ICommentShape getItem(int iRow,
int iColumn)
getItem in interface ICommentspublic ICommentShape get(java.lang.String name)
name - Name of the item to get.
public ICommentShape addComment(int iRow,
int iColumn)
iRow - Row of the cell to add comment to.iColumn - Column of the cell to add comment to.
public ICommentShape addComment(int iRow,
int iColumn,
boolean bIsParseOptions)
iRow - Row of the cell to add comment to.iColumn - Column of the cell to add comment to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||