public class GridComment
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Gets Name of the original comment author
|
boolean |
getAutoSize()
Indicates if size of comment is adjusted automatically according to its content.
|
int |
getColumn()
Gets the column index of the comment.
|
int |
getHeight()
Represents the Height of the comment, in unit of pixels.
|
double |
getHeightCM()
Represents the height of the comment, in unit of centimeters.
|
double |
getHeightInch()
Represents the height of the comment, in unit of inches.
|
java.lang.String |
getHtmlNote()
Gets the html string which contains data and some formats in this comment.
|
java.lang.String |
getNote()
Represents the content of comment.
|
int |
getRow()
Gets the row index of the comment.
|
int |
getWidth()
Represents the width of the comment, in unit of pixels.
|
double |
getWidthCM()
Represents the width of the comment, in unit of centimeters.
|
double |
getWidthInch()
Represents the width of the comment, in unit of inches.
|
boolean |
isVisible()
Represents if the comment is visible or not.
|
void |
setAuthor(java.lang.String value)
Sets Name of the original comment author
|
void |
setAutoSize(boolean value)
Indicates if size of comment is adjusted automatically according to its content.
|
void |
setHeight(int value)
Represents the Height of the comment, in unit of pixels.
|
void |
setHeightCM(double value)
Represents the height of the comment, in unit of centimeters.
|
void |
setHeightInch(double value)
Represents the height of the comment, in unit of inches.
|
void |
setHtmlNote(java.lang.String value)
Sets the html string which contains data and some formats in this comment.
|
void |
setNote(java.lang.String value)
Represents the content of comment.
|
void |
setVisible(boolean value)
Represents if the comment is visible or not.
|
void |
setWidth(int value)
Represents the width of the comment, in unit of pixels.
|
void |
setWidthCM(double value)
Represents the width of the comment, in unit of centimeters.
|
void |
setWidthInch(double value)
Represents the width of the comment, in unit of inches.
|
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
public int getRow()
public int getColumn()
public java.lang.String getNote()
public void setNote(java.lang.String value)
public java.lang.String getHtmlNote()
public void setHtmlNote(java.lang.String value)
public boolean isVisible()
public void setVisible(boolean value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
public boolean getAutoSize()
public void setAutoSize(boolean value)
public double getHeightCM()
public void setHeightCM(double value)
public double getWidthCM()
public void setWidthCM(double value)
public double getWidthInch()
public void setWidthInch(double value)
public double getHeightInch()
public void setHeightInch(double value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.