DocumentTools[Canvas]
ShareCanvas
send a canvas to Maple Learn
Calling Sequence
Parameters
Description
Examples
Compatibility
ShareCanvas(canvas)
ShareCanvas(canvas, options)
canvas
-
XML canvas string
showlink
(optional) truefalse
The ShareCanvas command sends the given canvas description to Maple Cloud and creates a share link. When the share link is clicked or loaded in a browser, the canvas will be opened in Maple Learn.
By default a clickable hyperlink component is inserted into your Maple document when this command executed. If the option showlink=false is provided, then the link URL will be returned as a string instead. When using the Command-line version of Maple, the default behavior is to return the string.
with⁡DocumentTools:-Canvas:
cv≔NewCanvas⁡Quadratic Formula,x=−b±sqrt⁡b2−4⁢a⁢c2⁢a:
ShareCanvas⁡cv
The DocumentTools[Canvas][ShareCanvas] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Annotate
GetCanvas
Math
NewCanvas
Script
ShowCanvas
Text
Download Help Document