public class CellImpl extends ContentNodeImpl implements Cell
rubyNode, runtime| Constructor and Description |
|---|
CellImpl(org.jruby.runtime.builtin.IRubyObject rubyNode) |
| 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, setIdgetBoolean, getInt, getList, getProperty, getRubyObject, getRubyProperty, getRuntime, getString, getSymbol, setBoolean, setRubyProperty, setString, setSymbol, toJava, toJavaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRole, 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, setIdpublic int getColspan()
getColspan in interface Cellpublic int getRowspan()
getRowspan in interface Cellpublic java.lang.String getText()
public java.lang.String getSource()
public void setSource(java.lang.String source)
Cellpublic java.lang.Object getContent()
getContent in interface Cellpublic java.lang.String getStyle()
Cellnull.
Possible values are:
null"strong""emphasis""monospaced""header""literal""verse""asciidoc"public void setStyle(java.lang.String style)
CellsetStyle in interface Cellstyle - Values like asciidoc, verse, literalor header.Cell.getStyle()public Table.HorizontalAlignment getHorizontalAlignment()
CellgetHorizontalAlignment in interface Cellpublic void setHorizontalAlignment(Table.HorizontalAlignment halign)
CellsetHorizontalAlignment in interface Cellhalign - Either Table.HorizontalAlignment.LEFT, Table.HorizontalAlignment.CENTER or Table.HorizontalAlignment.RIGHTpublic Table.VerticalAlignment getVerticalAlignment()
CellgetVerticalAlignment in interface Cellpublic void setVerticalAlignment(Table.VerticalAlignment valign)
CellsetVerticalAlignment in interface Cellvalign - Either Table.VerticalAlignment.TOP, Table.VerticalAlignment.MIDDLE or Table.VerticalAlignment.BOTTOMpublic Document getInnerDocument()
Cellasciidoc the content of the cell is an inner document.
This method returns this inner document.getInnerDocument in interface Cellasciidocpublic void setInnerDocument(Document document)
setInnerDocument in interface CellCell.getInnerDocument()