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() |
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)
public Integer getColumnIndex()
public void setColumnIndex(Integer columnIndex)
public Integer getRowIndex()
public void setRowIndex(Integer rowIndex)
Copyright © 2023. All rights reserved.