接口 IRichText

所有超级接口:
Iterable<ITextRun>

public interface IRichText extends Iterable<ITextRun>
Represents the rich text class for a cell.
  • 方法详细资料

    • 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.