public class TableCell extends CustomNode
TableRow containing inline nodes.| Modifier and Type | Class and Description |
|---|---|
static class |
TableCell.Alignment
How the cell is aligned horizontally.
|
| Constructor and Description |
|---|
TableCell() |
| Modifier and Type | Method and Description |
|---|---|
TableCell.Alignment |
getAlignment() |
boolean |
isHeader() |
void |
setAlignment(TableCell.Alignment alignment) |
void |
setHeader(boolean header) |
acceptaddSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlinkpublic boolean isHeader()
public void setHeader(boolean header)
public TableCell.Alignment getAlignment()
public void setAlignment(TableCell.Alignment alignment)
Copyright © 2021. All rights reserved.