Class ColoredHtmlTextBuilder<T extends ColoredHtmlTextBuilder>

  • All Implemented Interfaces:
    TextBuilder<T>

    @OpenApiAll
    public class ColoredHtmlTextBuilder<T extends ColoredHtmlTextBuilder>
    extends HtmlTextBuilder<T>
    A builder used for html text building. Plain or rich text fragments will be transformed to html text. Colored fragments are supported.
    • Field Detail

      • colorBuilder

        private final com.nomagic.text.builders.ColorBuilder colorBuilder
    • Constructor Detail

      • ColoredHtmlTextBuilder

        public ColoredHtmlTextBuilder()