Class TableCellNode
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.Block
-
- org.commonmark.node.CustomBlock
-
- org.symphonyoss.symphony.messageml.markdown.nodes.TableCellNode
-
public class TableCellNode extends org.commonmark.node.CustomBlockClass representing a Markdown node for table cells.- Since:
- 4/7/17
- Author:
- lukasz
-
-
Constructor Summary
Constructors Constructor Description TableCellNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDelimiter()
-
-
-
Method Detail
-
getDelimiter
public String getDelimiter()
-
-