Interface ITextNode

All Superinterfaces:
INode
All Known Implementing Classes:
JsoupTextNode

public interface ITextNode extends INode
Interface for text nodes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all the text.

    Methods inherited from interface com.itextpdf.styledxmlparser.node.INode

    addChild, childNodes, parentNode
  • Method Details

    • wholeText

      String wholeText()
      Returns all the text.
      Returns:
      the text