- API ›
- Constructors ›
- PageBlockPullquote
PageBlockPullquote
---types--- pageBlockPullquote#4f4456d3 text:RichText caption:RichText = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockPullquote(v) = result { ... }