public class Cell
extends java.lang.Object
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
Cell |
addImagesItem(ImageFragment imagesItem) |
Cell |
addParagraphsItem(TextRect paragraphsItem) |
Cell |
alignment(HorizontalAlignment alignment) |
Cell |
backgroundColor(Color backgroundColor) |
Cell |
backgroundImageFile(java.lang.String backgroundImageFile) |
Cell |
backgroundImageStorageFile(java.lang.String backgroundImageStorageFile) |
Cell |
border(BorderInfo border) |
Cell |
colSpan(java.lang.Integer colSpan) |
Cell |
defaultCellTextState(TextState defaultCellTextState) |
boolean |
equals(java.lang.Object o) |
HorizontalAlignment |
getAlignment()
Gets or sets the alignment.
|
Color |
getBackgroundColor()
Gets or sets the background color.
|
java.lang.String |
getBackgroundImageFile()
Gets or sets the background image file.
|
java.lang.String |
getBackgroundImageStorageFile()
Gets or sets path of the background image file from storage.
|
BorderInfo |
getBorder()
Gets or sets the border.
|
java.lang.Integer |
getColSpan()
Gets or sets the column span.
|
TextState |
getDefaultCellTextState()
Gets or sets the default cell text state.
|
java.lang.String |
getHtmlFragment()
Gets or sets Html fragment.
|
java.util.List<ImageFragment> |
getImages()
Gets or sets ImageFragment list.
|
MarginInfo |
getMargin()
Gets or sets the padding.
|
java.util.List<TextRect> |
getParagraphs()
Gets or sets the cell's formatted text.
|
java.lang.Integer |
getRowSpan()
Gets or sets the row span.
|
VerticalAlignment |
getVerticalAlignment()
Gets or sets the vertical alignment.
|
java.lang.Double |
getWidth()
Gets or sets the column width.
|
int |
hashCode() |
Cell |
htmlFragment(java.lang.String htmlFragment) |
Cell |
images(java.util.List<ImageFragment> images) |
java.lang.Boolean |
isIsNoBorder()
Gets or sets the cell have border.
|
java.lang.Boolean |
isIsWordWrapped()
Gets or sets the cell's text word wrapped.
|
Cell |
isNoBorder(java.lang.Boolean isNoBorder) |
Cell |
isWordWrapped(java.lang.Boolean isWordWrapped) |
Cell |
margin(MarginInfo margin) |
Cell |
paragraphs(java.util.List<TextRect> paragraphs) |
Cell |
rowSpan(java.lang.Integer rowSpan) |
void |
setAlignment(HorizontalAlignment alignment) |
void |
setBackgroundColor(Color backgroundColor) |
void |
setBackgroundImageFile(java.lang.String backgroundImageFile) |
void |
setBackgroundImageStorageFile(java.lang.String backgroundImageStorageFile) |
void |
setBorder(BorderInfo border) |
void |
setColSpan(java.lang.Integer colSpan) |
void |
setDefaultCellTextState(TextState defaultCellTextState) |
void |
setHtmlFragment(java.lang.String htmlFragment) |
void |
setImages(java.util.List<ImageFragment> images) |
void |
setIsNoBorder(java.lang.Boolean isNoBorder) |
void |
setIsWordWrapped(java.lang.Boolean isWordWrapped) |
void |
setMargin(MarginInfo margin) |
void |
setParagraphs(java.util.List<TextRect> paragraphs) |
void |
setRowSpan(java.lang.Integer rowSpan) |
void |
setVerticalAlignment(VerticalAlignment verticalAlignment) |
void |
setWidth(java.lang.Double width) |
java.lang.String |
toString() |
Cell |
verticalAlignment(VerticalAlignment verticalAlignment) |
Cell |
width(java.lang.Double width) |
public Cell isNoBorder(java.lang.Boolean isNoBorder)
public java.lang.Boolean isIsNoBorder()
public void setIsNoBorder(java.lang.Boolean isNoBorder)
public Cell margin(MarginInfo margin)
public MarginInfo getMargin()
public void setMargin(MarginInfo margin)
public Cell border(BorderInfo border)
public BorderInfo getBorder()
public void setBorder(BorderInfo border)
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public Cell backgroundImageFile(java.lang.String backgroundImageFile)
public java.lang.String getBackgroundImageFile()
public void setBackgroundImageFile(java.lang.String backgroundImageFile)
public Cell backgroundImageStorageFile(java.lang.String backgroundImageStorageFile)
public java.lang.String getBackgroundImageStorageFile()
public void setBackgroundImageStorageFile(java.lang.String backgroundImageStorageFile)
public Cell alignment(HorizontalAlignment alignment)
public HorizontalAlignment getAlignment()
public void setAlignment(HorizontalAlignment alignment)
public TextState getDefaultCellTextState()
public void setDefaultCellTextState(TextState defaultCellTextState)
public java.util.List<TextRect> getParagraphs()
public void setParagraphs(java.util.List<TextRect> paragraphs)
public Cell isWordWrapped(java.lang.Boolean isWordWrapped)
public java.lang.Boolean isIsWordWrapped()
public void setIsWordWrapped(java.lang.Boolean isWordWrapped)
public Cell verticalAlignment(VerticalAlignment verticalAlignment)
public VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(VerticalAlignment verticalAlignment)
public Cell colSpan(java.lang.Integer colSpan)
public java.lang.Integer getColSpan()
public void setColSpan(java.lang.Integer colSpan)
public Cell rowSpan(java.lang.Integer rowSpan)
public java.lang.Integer getRowSpan()
public void setRowSpan(java.lang.Integer rowSpan)
public Cell width(java.lang.Double width)
public java.lang.Double getWidth()
public void setWidth(java.lang.Double width)
public Cell htmlFragment(java.lang.String htmlFragment)
public java.lang.String getHtmlFragment()
public void setHtmlFragment(java.lang.String htmlFragment)
public Cell images(java.util.List<ImageFragment> images)
public Cell addImagesItem(ImageFragment imagesItem)
public java.util.List<ImageFragment> getImages()
public void setImages(java.util.List<ImageFragment> images)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object