>
|
|
>
|
|
>
|
|
Executing the MathContainer command produces a function call.
>
|
|
| (2) |
By using commands from the DocumentTools:-Layout package a nested function call can be produced which represents a worksheet.
>
|
|
That XML representation of a worksheet can be inserted directly.
>
|
|
>
|
|
>
|
|
The previous example's call to the InsertContent command inserted a component with identity "MathContainer0", which still exists in this worksheet. Inserting additional content whose input contains another component with that same identity "MathContainer0" incurs a substitution of the input identity in order to avoid a conflict with the identity of the existing component.
The return value of the following call to InsertContent is a table which can be used to reference the substituted identity of the inserted component.
>
|
|
| (3) |
>
|
|
The fillcolor can be specified to match that of a parent Table Cell.
>
|
|
| (6) |
>
|
|
>
|
|