PageTableCell
- class pyrogram.raw.types.PageTableCell
Table cell
Constructor of
PageTableCell.- Details:
Layer:
223ID:
34566B6A
- Parameters:
header (
bool, optional) – Is this element part of the column headeralign_center (
bool, optional) – Horizontally centered blockalign_right (
bool, optional) – Right-aligned blockvalign_middle (
bool, optional) – Vertically centered blockvalign_bottom (
bool, optional) – Block vertically-aligned to the bottomtext (
RichText, optional) – Contentcolspan (
int32-bit, optional) – For how many columns should this cell extendrowspan (
int32-bit, optional) – For how many rows should this cell extend
TL Schema
pageTableCell#34566b6a
flags:#
header:flags.0?true
align_center:flags.3?true
align_right:flags.4?true
valign_middle:flags.5?true
valign_bottom:flags.6?true
text:flags.7?RichText
colspan:flags.1?int
rowspan:flags.2?int
= PageTableCell
Parameter Tree
PageTableCell
├── header →
true (optional)├── align_center →
true (optional)├── align_right →
true (optional)├── valign_middle →
true (optional)├── valign_bottom →
true (optional)├── text →
RichText (optional)│ ├──
TextEmpty│ ├──
TextPlain│ │ └── text →
string│ ├──
TextBold│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextItalic│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextUnderline│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextStrike│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextFixed│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextUrl│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ │ └── text →
string│ │ │ ├──
TextBold│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextItalic│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUnderline│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextStrike│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextFixed│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUrl│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ ├── url →
string│ │ │ │ └── webpage_id →
long│ │ │ ├──
TextEmail│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── email →
string│ │ │ ├──
TextConcat│ │ │ │ └── texts →
Vector < RichText >│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSubscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSuperscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextMarked│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextPhone│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── phone →
string│ │ │ ├──
TextImage│ │ │ │ ├── document_id →
long│ │ │ │ ├── w →
int│ │ │ │ └── h →
int│ │ │ └──
TextAnchor│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── name →
string│ │ ├── url →
string│ │ └── webpage_id →
long│ ├──
TextEmail│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ │ └── text →
string│ │ │ ├──
TextBold│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextItalic│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUnderline│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextStrike│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextFixed│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUrl│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ ├── url →
string│ │ │ │ └── webpage_id →
long│ │ │ ├──
TextEmail│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── email →
string│ │ │ ├──
TextConcat│ │ │ │ └── texts →
Vector < RichText >│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSubscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSuperscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextMarked│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextPhone│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── phone →
string│ │ │ ├──
TextImage│ │ │ │ ├── document_id →
long│ │ │ │ ├── w →
int│ │ │ │ └── h →
int│ │ │ └──
TextAnchor│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── name →
string│ │ └── email →
string│ ├──
TextConcat│ │ └── texts →
Vector < RichText >│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextSubscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextSuperscript│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextMarked│ │ └── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ ├──
TextPhone│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ │ └── text →
string│ │ │ ├──
TextBold│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextItalic│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUnderline│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextStrike│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextFixed│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextUrl│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ ├── url →
string│ │ │ │ └── webpage_id →
long│ │ │ ├──
TextEmail│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── email →
string│ │ │ ├──
TextConcat│ │ │ │ └── texts →
Vector < RichText >│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSubscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextSuperscript│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextMarked│ │ │ │ └── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├──
TextPhone│ │ │ │ ├── text →
RichText│ │ │ │ │ ├──
TextEmpty│ │ │ │ │ ├──
TextPlain│ │ │ │ │ ├──
TextBold│ │ │ │ │ ├──
TextItalic│ │ │ │ │ ├──
TextUnderline│ │ │ │ │ ├──
TextStrike│ │ │ │ │ ├──
TextFixed│ │ │ │ │ ├──
TextUrl│ │ │ │ │ ├──
TextEmail│ │ │ │ │ ├──
TextConcat│ │ │ │ │ ├──
TextSubscript│ │ │ │ │ ├──
TextSuperscript│ │ │ │ │ ├──
TextMarked│ │ │ │ │ ├──
TextPhone│ │ │ │ │ ├──
TextImage│ │ │ │ │ └──
TextAnchor│ │ │ │ └── phone →
string│ │ │ ├──
TextImage│ │ │ │ ├── document_id →
long│ │ │ │ ├── w →
int│ │ │ │ └── h →
int│ │ │ └──
TextAnchor│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── name →
string│ │ └── phone →
string│ ├──
TextImage│ │ ├── document_id →
long│ │ ├── w →
int│ │ └── h →
int│ └──
TextAnchor│ ├── text →
RichText│ │ ├──
TextEmpty│ │ ├──
TextPlain│ │ │ └── text →
string│ │ ├──
TextBold│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextItalic│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUnderline│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextStrike│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextFixed│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextUrl│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ ├── url →
string│ │ │ └── webpage_id →
long│ │ ├──
TextEmail│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── email →
string│ │ ├──
TextConcat│ │ │ └── texts →
Vector < RichText >│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSubscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextSuperscript│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextMarked│ │ │ └── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ ├──
TextPhone│ │ │ ├── text →
RichText│ │ │ │ ├──
TextEmpty│ │ │ │ ├──
TextPlain│ │ │ │ ├──
TextBold│ │ │ │ ├──
TextItalic│ │ │ │ ├──
TextUnderline│ │ │ │ ├──
TextStrike│ │ │ │ ├──
TextFixed│ │ │ │ ├──
TextUrl│ │ │ │ ├──
TextEmail│ │ │ │ ├──
TextConcat│ │ │ │ ├──
TextSubscript│ │ │ │ ├──
TextSuperscript│ │ │ │ ├──
TextMarked│ │ │ │ ├──
TextPhone│ │ │ │ ├──
TextImage│ │ │ │ └──
TextAnchor│ │ │ └── phone →
string│ │ ├──
TextImage│ │ │ ├── document_id →
long│ │ │ ├── w →
int│ │ │ └── h →
int│ │ └──
TextAnchor│ │ ├── text →
RichText│ │ │ ├──
TextEmpty│ │ │ ├──
TextPlain│ │ │ ├──
TextBold│ │ │ ├──
TextItalic│ │ │ ├──
TextUnderline│ │ │ ├──
TextStrike│ │ │ ├──
TextFixed│ │ │ ├──
TextUrl│ │ │ ├──
TextEmail│ │ │ ├──
TextConcat│ │ │ ├──
TextSubscript│ │ │ ├──
TextSuperscript│ │ │ ├──
TextMarked│ │ │ ├──
TextPhone│ │ │ ├──
TextImage│ │ │ └──
TextAnchor│ │ └── name →
string│ └── name →
string├── colspan →
int (optional)└── rowspan →
int (optional)Example
PageTableCell(
)