public class RichTextParser
extends java.lang.Object
Constructor and Description |
---|
RichTextParser() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<RichTextSection> |
parseText(java.lang.String richtext)
parses text encoded in OpenLowcode Rich-text
|
static java.util.ArrayList<RichTextSection> |
simplifyforblack(java.util.ArrayList<RichTextSection> parsedrichtextwithcolors)
This method collides all normal text sections with color, bold and italic all
put into a black simple text
|
public static java.util.ArrayList<RichTextSection> simplifyforblack(java.util.ArrayList<RichTextSection> parsedrichtextwithcolors)
public static java.util.ArrayList<RichTextSection> parseText(java.lang.String richtext)
richtext
- text encoding some rich-text