Interface ShortFormatText.Builder

    • Method Detail

      • plainText

        ShortFormatText.Builder plainText​(String plainText)

        Plain text format.

        Parameters:
        plainText - Plain text format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • richText

        ShortFormatText.Builder richText​(String richText)

        Rich text. Examples of rich text include bold, underline, and italics.

        Parameters:
        richText - Rich text. Examples of rich text include bold, underline, and italics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.