Package org.openl.rules.table.xls
Class XlsCellComment
- java.lang.Object
-
- org.openl.rules.table.xls.XlsCellComment
-
- All Implemented Interfaces:
ICellComment
public class XlsCellComment extends Object implements ICellComment
- Author:
- Andrei Astrouski
-
-
Constructor Summary
Constructors Constructor Description XlsCellComment(org.apache.poi.ss.usermodel.Comment xlsComment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthor()StringgetText()org.apache.poi.ss.usermodel.CommentgetXlxComment()
-
-
-
Method Detail
-
getAuthor
public String getAuthor()
- Specified by:
getAuthorin interfaceICellComment
-
getText
public String getText()
- Specified by:
getTextin interfaceICellComment
-
getXlxComment
public org.apache.poi.ss.usermodel.Comment getXlxComment()
-
-