Interface TextContentIterator


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface TextContentIterator
Iterate over the text content in the Author document between a start and an end offset.
Since:
13
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if has a next text context.
    Get the next text context.
  • Method Details

    • next

      TextContext next()
      Get the next text context.
      Returns:
      the next texy context.
    • hasNext

      boolean hasNext()
      Check if has a next text context.
      Returns:
      true if has next context or false if it has reached the end of the iteration interval.
      Throws:
      NoSuchElementException