Class PlainOrLightHtmlTextBuilder<T extends PlainOrLightHtmlTextBuilder>

java.lang.Object
com.nomagic.text.builders.AbstractTextBuilder<T>
com.nomagic.text.builders.PlainOrLightHtmlTextBuilder<T>
All Implemented Interfaces:
TextBuilder<T>

@OpenApiAll public class PlainOrLightHtmlTextBuilder<T extends PlainOrLightHtmlTextBuilder> extends AbstractTextBuilder<T>
Builder used for plain or light html text building. Colored fragments are not supported. Output text format depends on input text format - if at least one light html fragment added, result will be light html, otherwise result will be plain text. Note - full html and rich text fragments will be converted to a light html.