public class TableCell extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableCell.TextAnchorTypeEnum
Text anchor type.
|
static class |
TableCell.TextVerticalTypeEnum
The type of vertical text.
|
Constructor and Description |
---|
TableCell() |
Modifier and Type | Method and Description |
---|---|
TableCell |
borderBottom(LineFormat borderBottom) |
TableCell |
borderDiagonalDown(LineFormat borderDiagonalDown) |
TableCell |
borderDiagonalUp(LineFormat borderDiagonalUp) |
TableCell |
borderLeft(LineFormat borderLeft) |
TableCell |
borderRight(LineFormat borderRight) |
TableCell |
borderTop(LineFormat borderTop) |
TableCell |
colSpan(Integer colSpan) |
boolean |
equals(Object o) |
TableCell |
fillFormat(FillFormat fillFormat) |
LineFormat |
getBorderBottom()
Line properties set for the bottom border of the cell.
|
LineFormat |
getBorderDiagonalDown()
Line properties set for the diagonal down border of the cell.
|
LineFormat |
getBorderDiagonalUp()
Line properties set for the diagonal up border of the cell.
|
LineFormat |
getBorderLeft()
Line properties set for the left border of the cell.
|
LineFormat |
getBorderRight()
Line properties set for the right border of the cell.
|
LineFormat |
getBorderTop()
Line properties set for the top border of the cell.
|
Integer |
getColSpan()
The number of columns spanned by a merged cell.
|
FillFormat |
getFillFormat()
Fill properties set of the cell.
|
Double |
getMarginBottom()
The bottom margin of the cell.
|
Double |
getMarginLeft()
The left margin of the cell.
|
Double |
getMarginRight()
The right margin of the cell.
|
Double |
getMarginTop()
The top margin of the cell.
|
Integer |
getRowSpan()
The number of rows spanned by a merged cell.
|
String |
getText()
Cell text.
|
TableCell.TextAnchorTypeEnum |
getTextAnchorType()
Text anchor type.
|
TableCell.TextVerticalTypeEnum |
getTextVerticalType()
The type of vertical text.
|
int |
hashCode() |
TableCell |
marginBottom(Double marginBottom) |
TableCell |
marginLeft(Double marginLeft) |
TableCell |
marginRight(Double marginRight) |
TableCell |
marginTop(Double marginTop) |
TableCell |
rowSpan(Integer rowSpan) |
void |
setBorderBottom(LineFormat borderBottom) |
void |
setBorderDiagonalDown(LineFormat borderDiagonalDown) |
void |
setBorderDiagonalUp(LineFormat borderDiagonalUp) |
void |
setBorderLeft(LineFormat borderLeft) |
void |
setBorderRight(LineFormat borderRight) |
void |
setBorderTop(LineFormat borderTop) |
void |
setColSpan(Integer colSpan) |
void |
setFillFormat(FillFormat fillFormat) |
void |
setMarginBottom(Double marginBottom) |
void |
setMarginLeft(Double marginLeft) |
void |
setMarginRight(Double marginRight) |
void |
setMarginTop(Double marginTop) |
void |
setRowSpan(Integer rowSpan) |
void |
setText(String text) |
void |
setTextAnchorType(TableCell.TextAnchorTypeEnum textAnchorType) |
void |
setTextVerticalType(TableCell.TextVerticalTypeEnum textVerticalType) |
TableCell |
text(String text) |
TableCell |
textAnchorType(TableCell.TextAnchorTypeEnum textAnchorType) |
TableCell |
textVerticalType(TableCell.TextVerticalTypeEnum textVerticalType) |
String |
toString() |
public String getText()
public void setText(String text)
public Integer getRowSpan()
public void setRowSpan(Integer rowSpan)
public Integer getColSpan()
public void setColSpan(Integer colSpan)
public Double getMarginTop()
public void setMarginTop(Double marginTop)
public Double getMarginRight()
public void setMarginRight(Double marginRight)
public Double getMarginLeft()
public void setMarginLeft(Double marginLeft)
public Double getMarginBottom()
public void setMarginBottom(Double marginBottom)
public TableCell textAnchorType(TableCell.TextAnchorTypeEnum textAnchorType)
public TableCell.TextAnchorTypeEnum getTextAnchorType()
public void setTextAnchorType(TableCell.TextAnchorTypeEnum textAnchorType)
public TableCell textVerticalType(TableCell.TextVerticalTypeEnum textVerticalType)
public TableCell.TextVerticalTypeEnum getTextVerticalType()
public void setTextVerticalType(TableCell.TextVerticalTypeEnum textVerticalType)
public TableCell fillFormat(FillFormat fillFormat)
public FillFormat getFillFormat()
public void setFillFormat(FillFormat fillFormat)
public TableCell borderTop(LineFormat borderTop)
public LineFormat getBorderTop()
public void setBorderTop(LineFormat borderTop)
public TableCell borderRight(LineFormat borderRight)
public LineFormat getBorderRight()
public void setBorderRight(LineFormat borderRight)
public TableCell borderLeft(LineFormat borderLeft)
public LineFormat getBorderLeft()
public void setBorderLeft(LineFormat borderLeft)
public TableCell borderBottom(LineFormat borderBottom)
public LineFormat getBorderBottom()
public void setBorderBottom(LineFormat borderBottom)
public TableCell borderDiagonalUp(LineFormat borderDiagonalUp)
public LineFormat getBorderDiagonalUp()
public void setBorderDiagonalUp(LineFormat borderDiagonalUp)
public TableCell borderDiagonalDown(LineFormat borderDiagonalDown)
public LineFormat getBorderDiagonalDown()
public void setBorderDiagonalDown(LineFormat borderDiagonalDown)
Copyright © 2021. All rights reserved.