public class CardBody extends Element
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGEML_TAG |
static String |
PRESENTATIONML_CLASS |
CLASS_ATTR, format, STYLE_ATTR| Constructor and Description |
|---|
CardBody(Element parent,
FormatEnum format) |
| Modifier and Type | Method and Description |
|---|---|
org.commonmark.node.Node |
asMarkdown()
Return Markdown representation of the element as
Node. |
void |
asPresentationML(XmlPrintStream out)
Print a PresentationML representation of the element and its children to the provided PrintStream.
|
addChild, asText, buildAll, buildNode, countNonTextNodesInNodeList, findElements, findElements, findElements, getAttribute, getAttributes, getChild, getChildren, getFormat, getMessageMLTag, getParent, hasExactNumberOfChildren, hasIdAttribute, sizepublic static final String MESSAGEML_TAG
public static final String PRESENTATIONML_CLASS
public CardBody(Element parent, FormatEnum format)
public void asPresentationML(XmlPrintStream out)
Elementpublic org.commonmark.node.Node asMarkdown()
ElementNode.Copyright © 2020 The Symphony Software Foundation. All rights reserved.