Layer 227
PageBlockMath
Block-level math expression rendered from a La Te X source string.
constructor
pageBlockMath#59080c20 source:string = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Source | string |
Returns
PageBlockGogram Example
// Creating PageBlockMath constructor obj := &tg.PageBlockMath{ Source: "Hello, World!", }