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