- API ›
- Constructors ›
- PageBlockPreformatted
PageBlockPreformatted
---types--- pageBlockPreformatted#c070d93e text:RichText language:string = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockPreformatted(v) = result { ... }