Interface ListDomNode
- All Superinterfaces:
DomNode
A dom node representing a list.
- Since:
- 4.2.17
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumRepresents the list style type. -
Method Summary
Modifier and TypeMethodDescriptionAppends a list item.@Nullable MediagetMedia()Returns theMediathat is used as bullet icon.@Nullable StringgetPre()Returns the string that is used as bullet if style style is set toUSER_DEFINED.intgetStart()Returns the starting point of numbering.@NotNull ListDomNode.StylegetStyle()Returns the list style of this list dom node.voidProvide theMediathat should be used as bullet icon.voidProvide the string that should be used as bullet if style style is set toUSER_DEFINED.voidsetStart(int start) Provide the starting point of numbering.voidsetStyle(@NotNull ListDomNode.Style style) Provide the list style of this list dom node.Methods inherited from interface de.espirit.firstspirit.access.editor.value.DomNode
getChildren, getChildren, getFirstChild, getFormatTemplate, getNextSibling, getNodeType, getParent, getReferences, getTagName, hasChildren, isSystemTemplate, removeChild, replaceChild
-
Method Details
-
getStyle
Returns the list style of this list dom node.- Since:
- 4.2.17
-
setStyle
Provide the list style of this list dom node.- Since:
- 4.2.17
-
getPre
Returns the string that is used as bullet if style style is set toUSER_DEFINED.- Since:
- 4.2.17
-
setPre
Provide the string that should be used as bullet if style style is set toUSER_DEFINED.- Since:
- 4.2.17
-
getStart
int getStart()Returns the starting point of numbering.- Since:
- 4.2.17
-
setStart
void setStart(int start) Provide the starting point of numbering.- Since:
- 4.2.17
-
getMedia
Returns theMediathat is used as bullet icon.- Since:
- 4.2.17
-
setMedia
Provide theMediathat should be used as bullet icon.- Since:
- 4.2.17
-
appendChild
DefaultDomNode appendChild()Appends a list item.- Since:
- 4.2.17
-