Interface TableDomNode
- All Superinterfaces:
DefaultDomNode
,DomNode
A dom node representing a table.
- Since:
- 4.2.17
-
Method Summary
Modifier and TypeMethodDescriptionReturns the first child node ornull
if there is no such node.Returns the table format template used for this table.Methods inherited from interface de.espirit.firstspirit.access.editor.value.DefaultDomNode
appendChild, appendChild, appendChild, appendChild
Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode
getChildren, getChildren, getFormatTemplate, getNextSibling, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild, replaceChild
-
Method Details
-
getTableFormatTemplate
TableFormatTemplate getTableFormatTemplate()Returns the table format template used for this table.- Since:
- 4.2.17
- See Also:
-
getFirstChild
TableRowDomNode getFirstChild()Returns the first child node ornull
if there is no such node.- Specified by:
getFirstChild
in interfaceDomNode
- Since:
- 4.2.204
-