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

Online Help

All Products    Maple    MapleSim


DocumentTools[Canvas]

  

Section

  

create a section inside a canvas group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Section(contents)

Section(contents, options)

Parameters

contents

-

list of canvas elements

expanded

-

(optional) truefalse

Description

• 

The Section command can be used to create a collapsible section within a Group.  The contents of the section are passed as a list of math, strings, or calls to Text or Math canvas structures.

• 

The option expanded=false will initialize the section in the collapsed state.

Examples

Compatibility

• 

The DocumentTools[Canvas][Section] command was introduced in Maple 2025.

• 

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

See Also

Annotate

GetCanvas

Math

NewCanvas

Script

ShareCanvas

Text

 


Download Help Document