[]
        
(Showing Draft Content)

IRichText

Interface IRichText

All Superinterfaces:
Iterable<ITextRun>

public interface IRichText extends Iterable<ITextRun>
Represents the rich text class for a cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    add(String text)
    Adds a text run into current rich text object.
    int
    Gets the count of ITextRun objects.
    Gets the plain text that is composed of all ITextRun objects.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • add

      ITextRun add(String text)
      Adds a text run into current rich text object.
    • getCount

      int getCount()
      Gets the count of ITextRun objects.
    • getPlainText

      String getPlainText()
      Gets the plain text that is composed of all ITextRun objects.