TableCell

Table cell of a {@link TableRow} containing inline nodes.

Members

Enums

Alignment
enum Alignment

How the cell is aligned horizontally.

Functions

getAlignment
Alignment getAlignment()

@return the cell alignment

isHeader
bool isHeader()

@return whether the cell is a header or not

setAlignment
void setAlignment(Alignment alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeader
void setHeader(bool header)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CustomNode

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta