- API ›
- Constructors ›
- TextFixed
TextFixed
---types--- textFixed#6c3f19b9 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::TextFixed(v) = result { ... }
Parameters
| text | RichText | required |