DocumentTools[Canvas]
Section
create a section inside a canvas group
Calling Sequence
Parameters
Description
Examples
Compatibility
Section(contents)
Section(contents, options)
contents
-
list of canvas elements
expanded
(optional) truefalse
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.
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