TextUrl
- class pyrogram.raw.types.TextUrl
Link
Constructor of
RichText.- Details:
Layer:
223ID:
3C2884C1
- Parameters:
text (
RichText) – Text of linkurl (
str) – Webpage HTTP URLwebpage_id (
int64-bit) – If a preview was already generated for the page, the page ID
TL Schema
textUrl#3c2884c1
text:RichText
url:string
webpage_id:long
= RichText
Parameter Tree
TextUrl
├── text →
RichText│ ├──
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├── url →
string└── webpage_id →
longExample
TextUrl(
text=TextEmpty(),
url="https://google.com",
webpage_id=0,
)