- API ›
- Constructors ›
- TextSuperscript
TextSuperscript
---types--- textSuperscript#c7fb5e01 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::TextSuperscript(v) = result { ... }
Parameters
| text | RichText | required |