Worksheet - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


DocumentTools[Layout]

  

Worksheet

  

generate XML for a Worksheet element

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Worksheet( c )

Parameters

c

-

The results from the other Layout constructors

Description

• 

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.

Examples

withDocumentTools:

withDocumentTools:-Layout:

Executing the Worksheet command produces a function call.

xmlWorksheet

xml_XML_Worksheet

(1)

Additional elements generated with commands from the Layout Constructors and Component Constructors packages can be used within the Worksheet element.

xmlWorksheetGroupInputTextfieldA plot of tan(x).,TableRowInlinePlotplottanxx:

That XML representation of a worksheet can be inserted directly.

InsertContentxml:

A plot of tan(x).

Compatibility

• 

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