- API ›
- Constructors ›
- TextItalic
TextItalic
---types--- textItalic#d912a59c text:RichText = RichText
Belongs to
| RichText |
In Rust this constructor is a variant of the enums::RichText enum.
Match on it with: if let enums::RichText::TextItalic(v) = result { ... }
Parameters
| text | RichText | required |