com.aspose.cells.FontSetting characters(int, int)
void formatCharacters(int, int, com.aspose.cells.Font, com.aspose.cells.StyleFlag)
java.lang.String getAuthor()
boolean getAutoSize()
java.util.ArrayList getCharacters()
int getColumn()
com.aspose.cells.CommentShape getCommentShape()
com.aspose.cells.Font getFont()
int getHeight()
double getHeightCM()
double getHeightInch()
java.lang.String getHtmlNote()
java.lang.String getNote()
int getRow()
int getTextHorizontalAlignment()
int getTextOrientationType()
int getTextVerticalAlignment()
com.aspose.cells.ThreadedCommentCollection getThreadedComments()
int getWidth()
double getWidthCM()
double getWidthInch()
boolean isVisible()
void setAuthor(java.lang.String)
void setAutoSize(boolean)
void setHeight(int)
void setHeightCM(double)
void setHeightInch(double)
void setHtmlNote(java.lang.String)
void setNote(java.lang.String)
void setTextHorizontalAlignment(int)
void setTextOrientationType(int)
void setTextVerticalAlignment(int)
void setVisible(boolean)
void setWidth(int)
void setWidthCM(double)
void setWidthInch(double)
com.aspose.cells.Comment