DocumentTools[Canvas]
GetCanvas
fetch a canvas from Maple Learn
Calling Sequence
Parameters
Description
Examples
Compatibility
GetCanvas(url)
url
-
string, URL of a shared Maple Learn document
The GetCanvas command takes the url of a shared Maple Learn document, fetches the document and returns the XML string that describes its content.
with⁡DocumentTools:-Canvas:
url≔https://learn.maplesoft.com/?d=OULPGFDHIFNKDLJJGGMKJKNOARBJLHGRPOOKHKCQHPMFKMOTBFEHCUBUCQFNOGKSAMDOCUEFGMAJMQELFLEQEGOMETNULHFSCUGU:
cv≔GetCanvas⁡url:
seq⁡elemmath,elem=GetMath⁡cv
ShowCanvas⁡cv
The DocumentTools[Canvas][GetCanvas] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Annotate
Math
NewCanvas
Script
ShareCanvas
Text
Download Help Document