public class Comment extends Object
Constructor and Description |
---|
Comment() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
getAuthor
Gets String
|
Boolean |
getAutoSize()
getAutoSize
Gets Boolean
|
String |
getCellName()
getCellName
Gets String
|
Integer |
getHeight()
getHeight
Gets Integer
|
String |
getHtmlNote()
getHtmlNote
Gets String
|
Boolean |
getIsVisible()
getIsVisible
Gets Boolean
|
Link |
getLink()
getLink
Gets Link
|
String |
getNote()
getNote
Gets String
|
String |
getTextHorizontalAlignment()
getTextHorizontalAlignment
Gets String
|
String |
getTextOrientationType()
getTextOrientationType
Gets String
|
String |
getTextVerticalAlignment()
getTextVerticalAlignment
Gets String
|
Integer |
getWidth()
getWidth
Gets Integer
|
void |
setAuthor(String Author)
setAuthor
Sets String
|
void |
setAutoSize(Boolean AutoSize)
setAutoSize
Sets Boolean
|
void |
setCellName(String CellName)
setCellName
Sets String
|
void |
setHeight(Integer Height)
setHeight
Sets Integer
|
void |
setHtmlNote(String HtmlNote)
setHtmlNote
Sets String
|
void |
setIsVisible(Boolean IsVisible)
setIsVisible
Sets Boolean
|
void |
setLink(Link link)
setLink
Sets Link
|
void |
setNote(String Note)
setNote
Sets String
|
void |
setTextHorizontalAlignment(String TextHorizontalAlignment)
setTextHorizontalAlignment
Sets String
|
void |
setTextOrientationType(String TextOrientationType)
setTextOrientationType
Sets String
|
void |
setTextVerticalAlignment(String TextVerticalAlignment)
setTextVerticalAlignment
Sets String
|
void |
setWidth(Integer Width)
setWidth
Sets Integer
|
String |
toString() |
public String getCellName()
public void setCellName(String CellName)
CellName
- Stringpublic String getAuthor()
public void setAuthor(String Author)
Author
- Stringpublic String getHtmlNote()
public void setHtmlNote(String HtmlNote)
HtmlNote
- Stringpublic String getNote()
public void setNote(String Note)
Note
- Stringpublic Boolean getAutoSize()
public void setAutoSize(Boolean AutoSize)
AutoSize
- Booleanpublic Boolean getIsVisible()
public void setIsVisible(Boolean IsVisible)
IsVisible
- Booleanpublic Integer getWidth()
public void setWidth(Integer Width)
Width
- Integerpublic Integer getHeight()
public void setHeight(Integer Height)
Height
- Integerpublic String getTextHorizontalAlignment()
public void setTextHorizontalAlignment(String TextHorizontalAlignment)
TextHorizontalAlignment
- Stringpublic String getTextOrientationType()
public void setTextOrientationType(String TextOrientationType)
TextOrientationType
- Stringpublic String getTextVerticalAlignment()
public void setTextVerticalAlignment(String TextVerticalAlignment)
TextVerticalAlignment
- Stringpublic Link getLink()
public void setLink(Link link)
link
- LinkCopyright © 2015. All rights reserved.