DocumentTools[Layout]
Worksheet
generate XML for a Worksheet element
Calling Sequence
Parameters
Description
Examples
Compatibility
Worksheet( c )
c
-
The results from the other Layout constructors
The Worksheet command returns an XML function call which represents the Worksheet element of a Worksheet or Document.
The generated XML may be used with the results of additional commands in the Layout Constructors package to create an entire Worksheet or Document in XML form. Such a representation of a Worksheet or Document may be inserted into the current document using the InsertContent command.
The XML representation of a Worksheet or Document contains only a single Worksheet element, which is the container for all other content.
with⁡DocumentTools:
with⁡DocumentTools:-Layout:
Executing the Worksheet command produces a function call.
xml≔Worksheet⁡
xml≔_XML_Worksheet⁡
Additional elements generated with commands from the Layout Constructors and Component Constructors packages can be used within the Worksheet element.
xml≔Worksheet⁡Group⁡Input⁡Textfield⁡A plot of tan(x).,Table⁡Row⁡InlinePlot⁡plot⁡tan⁡xx:
That XML representation of a worksheet can be inserted directly.
InsertContent⁡xml:
A plot of tan(x).
The DocumentTools:-Layout:-Worksheet command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Component Constructors
DocumentTools
InsertContent
Layout Constructors
XMLTools
Download Help Document