public class ReadOnlyXSSFComment
extends org.apache.poi.xssf.usermodel.XSSFComment
| Constructor and Description |
|---|
ReadOnlyXSSFComment(com.github.pjfanning.poi.xssf.streaming.SerializableComment delegate) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.util.CellAddress |
getAddress() |
java.lang.String |
getAuthor() |
org.apache.poi.ss.usermodel.ClientAnchor |
getClientAnchor()
Not implemented.
|
int |
getColumn() |
protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment |
getCTComment()
Not implemented.
|
protected com.microsoft.schemas.vml.CTShape |
getCTShape()
Not implemented.
|
int |
getRow() |
org.apache.poi.xssf.usermodel.XSSFRichTextString |
getString() |
boolean |
isVisible() |
void |
setAddress(org.apache.poi.ss.util.CellAddress address)
Not implemented.
|
void |
setAddress(int row,
int col)
Not implemented.
|
void |
setAuthor(java.lang.String author)
Not implemented.
|
void |
setColumn(int col)
Not implemented.
|
void |
setRow(int row)
Not implemented.
|
void |
setString(org.apache.poi.ss.usermodel.RichTextString string)
Not implemented.
|
void |
setString(java.lang.String string)
Not implemented.
|
void |
setVisible(boolean visible)
Not implemented.
|
public ReadOnlyXSSFComment(com.github.pjfanning.poi.xssf.streaming.SerializableComment delegate)
public java.lang.String getAuthor()
getAuthor in interface org.apache.poi.ss.usermodel.CommentgetAuthor in class org.apache.poi.xssf.usermodel.XSSFCommentpublic int getColumn()
getColumn in interface org.apache.poi.ss.usermodel.CommentgetColumn in class org.apache.poi.xssf.usermodel.XSSFCommentpublic int getRow()
getRow in interface org.apache.poi.ss.usermodel.CommentgetRow in class org.apache.poi.xssf.usermodel.XSSFCommentpublic boolean isVisible()
isVisible in interface org.apache.poi.ss.usermodel.CommentisVisible in class org.apache.poi.xssf.usermodel.XSSFCommentpublic org.apache.poi.ss.util.CellAddress getAddress()
getAddress in interface org.apache.poi.ss.usermodel.CommentgetAddress in class org.apache.poi.xssf.usermodel.XSSFCommentpublic org.apache.poi.xssf.usermodel.XSSFRichTextString getString()
getString in interface org.apache.poi.ss.usermodel.CommentgetString in class org.apache.poi.xssf.usermodel.XSSFComment@NotImplemented
public void setAddress(int row,
int col)
setAddress in interface org.apache.poi.ss.usermodel.CommentsetAddress in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setAddress(org.apache.poi.ss.util.CellAddress address)
setAddress in interface org.apache.poi.ss.usermodel.CommentsetAddress in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setRow(int row)
setRow in interface org.apache.poi.ss.usermodel.CommentsetRow in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setColumn(int col)
setColumn in interface org.apache.poi.ss.usermodel.CommentsetColumn in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setString(org.apache.poi.ss.usermodel.RichTextString string)
setString in interface org.apache.poi.ss.usermodel.CommentsetString in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setString(java.lang.String string)
setString in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setAuthor(java.lang.String author)
setAuthor in interface org.apache.poi.ss.usermodel.CommentsetAuthor in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public void setVisible(boolean visible)
setVisible in interface org.apache.poi.ss.usermodel.CommentsetVisible in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented public org.apache.poi.ss.usermodel.ClientAnchor getClientAnchor()
getClientAnchor in interface org.apache.poi.ss.usermodel.CommentgetClientAnchor in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented protected org.openxmlformats.schemas.spreadsheetml.x2006.main.CTComment getCTComment()
getCTComment in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException@NotImplemented protected com.microsoft.schemas.vml.CTShape getCTShape()
getCTShape in class org.apache.poi.xssf.usermodel.XSSFCommentjava.lang.IllegalStateException