public interface Cell extends AbstractNode
| Modifier and Type | Method and Description |
|---|---|
int |
getColspan() |
Column |
getColumn() |
java.lang.Object |
getContent() |
Table.HorizontalAlignment |
getHorizontalAlignment()
Returns the horizonzal alignment of this cell.
|
DocumentRuby |
getInnerDocument()
If the style of a cell is
asciidoc the content of the cell is an inner document. |
int |
getRowspan() |
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 |
setStyle(java.lang.String style)
Sets the style of this cell.
|
void |
setVerticalAlignment(Table.VerticalAlignment valign)
Sets the vertical alignment of this cell.
|
context, document, getAttr, getAttr, getAttr, getAttributes, getContext, getDocument, getNodeName, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, listMarkerKeyword, listMarkerKeyword, mediaUri, normalizeWebPath, parent, readAsset, role, setAttrColumn getColumn()
int getColspan()
int getRowspan()
java.lang.String getText()
java.lang.Object getContent()
java.lang.String getStyle()
null.
Possible values are:
null"strong""emphasis""monospaced""header""literal""verse""asciidoc"getStyle in interface AbstractNodevoid 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.BOTTOMDocumentRuby getInnerDocument()
asciidoc the content of the cell is an inner document.
This method returns this inner document.asciidoc