Interface ListItem

All Superinterfaces:
ContentNode, StructuralNode
All Known Implementing Classes:
ListItemImpl

public interface ListItem extends StructuralNode
  • Method Details

    • getMarker

      String getMarker()
    • getText

      String getText()
      Returns:
      The text of the cell including substitutions being applied.
      Throws:
      RuntimeException - when no text is set. Consider calling hasText() before calling this method.
    • getSource

      String getSource()
      Returns:
      The text of the cell without substitutions being applied.
    • setSource

      void setSource(String source)
      Sets the source of the ListItem.
      Parameters:
      source - The source of this ListItem, substitutions will still be applied.
    • hasText

      boolean hasText()