public class Table extends ShapeBase
Modifier and Type | Class and Description |
---|---|
static class |
Table.StyleEnum
Builtin table style.
|
ShapeBase.TypeEnum
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
Table |
addColumnsItem(TableColumn columnsItem) |
Table |
addRowsItem(TableRow rowsItem) |
Table |
columns(List<TableColumn> columns) |
boolean |
equals(Object o) |
Table |
firstCol(Boolean firstCol) |
Table |
firstRow(Boolean firstRow) |
List<TableColumn> |
getColumns()
Columns.
|
List<TableRow> |
getRows()
Rows.
|
Table.StyleEnum |
getStyle()
Builtin table style.
|
int |
hashCode() |
Table |
horizontalBanding(Boolean horizontalBanding) |
Boolean |
isFirstCol()
Determines whether the first column of a table has to be drawn with a special formatting.
|
Boolean |
isFirstRow()
Determines whether the first row of a table has to be drawn with a special formatting.
|
Boolean |
isHorizontalBanding()
Determines whether the even rows has to be drawn with a different formatting.
|
Boolean |
isLastCol()
Determines whether the last column of a table has to be drawn with a special formatting.
|
Boolean |
isLastRow()
Determines whether the last row of a table has to be drawn with a special formatting.
|
Boolean |
isRightToLeft()
Determines whether the table has right to left reading order.
|
Boolean |
isVerticalBanding()
Determines whether the even columns has to be drawn with a different formatting.
|
Table |
lastCol(Boolean lastCol) |
Table |
lastRow(Boolean lastRow) |
Table |
rightToLeft(Boolean rightToLeft) |
Table |
rows(List<TableRow> rows) |
void |
setColumns(List<TableColumn> columns) |
void |
setFirstCol(Boolean firstCol) |
void |
setFirstRow(Boolean firstRow) |
void |
setHorizontalBanding(Boolean horizontalBanding) |
void |
setLastCol(Boolean lastCol) |
void |
setLastRow(Boolean lastRow) |
void |
setRightToLeft(Boolean rightToLeft) |
void |
setRows(List<TableRow> rows) |
void |
setStyle(Table.StyleEnum style) |
void |
setVerticalBanding(Boolean verticalBanding) |
Table |
style(Table.StyleEnum style) |
String |
toString() |
Table |
verticalBanding(Boolean verticalBanding) |
alternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getHyperlinkClick, getHyperlinkMouseOver, getLineFormat, getName, getThreeDFormat, getType, getWidth, getX, getY, getZorderPosition, height, hidden, hyperlinkClick, hyperlinkMouseOver, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setLineFormat, setName, setThreeDFormat, setType, setWidth, setX, setY, setZorderPosition, threeDFormat, width, x, y, zorderPosition
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public Table style(Table.StyleEnum style)
public Table.StyleEnum getStyle()
public void setStyle(Table.StyleEnum style)
public Table columns(List<TableColumn> columns)
public Table addColumnsItem(TableColumn columnsItem)
public List<TableColumn> getColumns()
public void setColumns(List<TableColumn> columns)
public Boolean isFirstCol()
public void setFirstCol(Boolean firstCol)
public Boolean isFirstRow()
public void setFirstRow(Boolean firstRow)
public Boolean isHorizontalBanding()
public void setHorizontalBanding(Boolean horizontalBanding)
public Boolean isLastCol()
public void setLastCol(Boolean lastCol)
public Boolean isLastRow()
public void setLastRow(Boolean lastRow)
public Boolean isRightToLeft()
public void setRightToLeft(Boolean rightToLeft)
public Boolean isVerticalBanding()
public void setVerticalBanding(Boolean verticalBanding)
Copyright © 2022. All rights reserved.