public interface Cell extends ContentNode
| Modifier and Type | Method and Description |
|---|---|
int |
getColspan() |
Column |
getColumn() |
java.lang.Object |
getContent() |
Table.HorizontalAlignment |
getHorizontalAlignment()
Returns the horizonzal alignment of this cell.
|
Document |
getInnerDocument()
If the style of a cell is
asciidoc the content of the cell is an inner document. |
int |
getRowspan() |
java.lang.String |
getSource() |
java.lang.String |
getStyle()
Returns the style of this cell.
|
java.lang.String |
getText() |
Table.VerticalAlignment |
getVerticalAlignment()
Returns the vertical alignment of this cell.
|
void |
setHorizontalAlignment(Table.HorizontalAlignment halign)
Sets the horizontal alignment of this cell.
|
void |
setInnerDocument(Document document) |
void |
setSource(java.lang.String source)
Sets the source of the Cell.
|
void |
setStyle(java.lang.String style)
Sets the style of this cell.
|
void |
setVerticalAlignment(Table.VerticalAlignment valign)
Sets the vertical alignment of this cell.
|
addRole, context, document, getAttr, getAttr, getAttr, getAttribute, getAttribute, getAttribute, getAttributes, getContext, getDocument, getId, getNodeName, getParent, getReftext, getRole, getRoles, hasAttr, hasAttr, hasAttribute, hasAttribute, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isAttribute, isAttribute, isBlock, isInline, isOption, isReftext, isRole, mediaUri, normalizeWebPath, parent, readAsset, removeRole, role, setAttr, setAttribute, setIdColumn getColumn()
int getColspan()
int getRowspan()
java.lang.String getText()
java.lang.String getSource()
void setSource(java.lang.String source)
source - The source of this Cell, substitutions will still be applied.java.lang.Object getContent()
java.lang.String getStyle()
null.
Possible values are:
null"strong""emphasis""monospaced""header""literal""verse""asciidoc"void setStyle(java.lang.String style)
style - Values like asciidoc, verse, literalor header.getStyle()Table.HorizontalAlignment getHorizontalAlignment()
void setHorizontalAlignment(Table.HorizontalAlignment halign)
halign - Either Table.HorizontalAlignment.LEFT, Table.HorizontalAlignment.CENTER or Table.HorizontalAlignment.RIGHTTable.VerticalAlignment getVerticalAlignment()
void setVerticalAlignment(Table.VerticalAlignment valign)
valign - Either Table.VerticalAlignment.TOP, Table.VerticalAlignment.MIDDLE or Table.VerticalAlignment.BOTTOMDocument getInnerDocument()
asciidoc the content of the cell is an inner document.
This method returns this inner document.asciidocvoid setInnerDocument(Document document)
#getInnerDocument()}