Group - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DocumentTools[Layout]

  

Group

  

generate XML for an Execution Group element

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Group( c )

Parameters

c

-

(optional) ; content for the Execution Group, the results from the Input or Output constructors

Description

• 

The Group command constructs the outermost layer of an XML function call representation of an Execution Group.

• 

A Group element is returned as an XML function call.

• 

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.

Examples

withDocumentTools:

withDocumentTools:-Layout:

Executing the Group command produces a function call.

GGroup

G_XML_Groupview=presentation,hide-input=false,hide-output=false,inline-output=false,drawlabel=true

(1)

By using additional commands from the Layout Constructors package a nested function call can be produced which represents an entire worksheet.

xmlWorksheetG:

That XML representation of a worksheet can be inserted directly. In this example the execution group has no contents, but its boundaries can be seen if Document Markers are set as visible.

InsertContentxml:

A Group can contain Input and Output elements. In the next example an execution group contains only a text region as a Textfield within an Input element.

GGroupInputTextfieldSome text within an execution group.,alignment=centered:InsertContentWorksheetG:

Some text within an execution group.

In the next example the Group contains both Input and Output, with each of those containing 2D Math generated with the Equation constructor.

EinEquation2factorsumi,i=1..n,style=TwoDimInput,executable=true:EoutEquation2factorsumi,i=1..n,style=TwoDimOutput:TinTextfieldEin,alignment=left,prompt=> ,style=MapleInput:ToutTextfieldEout:GGroupInputTin,OutputTout:InsertContentWorksheetG:

2factori=1ni

nn+1

(2)

Compatibility

• 

The DocumentTools:-Layout:-Group command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

Component Constructors

Document Block

Document Markers

DocumentTools

Equation

Input

InsertContent

Layout Constructors

Table

Textfield

XMLTools