Segment BackgroundColorAttrs class.
int red
Currently supported background color combinations. BackgroundColor_Normal, 255,255,...
Segment FontColorAttrs class.
int red
Currently supported font color combinations. FontColor_Red, 235,24,7 FontColor_Orange,...
Segment FontSizeAttrs class.
static int FontSize_Medium
static int FontSize_Large
static int FontSize_Small
Currently supported font size value.
Segment ParagraphAttrs class.
static String RichTextStyle_Paragraph_H2
static String RichTextStyle_Paragraph_H1
Currently supported paragraph.
static String RichTextStyle_Paragraph_H3
boolean bNumberedList
true: text style is Numbered, otherwise not.
String strContent
Segment content value.
FontSizeAttrs fontSizeAttrs
Segment FontSizeAttrs value.
int indent
The number of times the indentation style is applied.
BackgroundColorAttrs backgroundColorAttrs
Segment BackgroundColorAttrs value.
boolean bBulletedList
true: text style is BulletedList, otherwise not.
boolean bItalic
true: text style is Italic, otherwise not.
boolean bStrikethrough
true: text style is Strikethrough, otherwise not.
boolean bBold
true: text style is Bold, otherwise not.
String insertLinkUrl
if insertLinkUrl not empty, text style has insert link url, otherwise not.
boolean bUnderline
true: text style is Underline, otherwise not.
ParagraphAttrs paragraphAttrs
Segment ParagraphAttrs value.
boolean bQuote
true: text style is Quote, otherwise not.
FontColorAttrs fontColorAttrs
Segment FontColorAttrs value.