DocumentTools/Canvas/Text - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DocumentTools/Canvas/Text

DocumentTools[Canvas]

  

Text

  

create a text structure with metadata

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Text(caption)

Text(caption, options)

Text(format, arguments, options)

Parameters

caption

-

string

format

-

string containing "%1"

arguments

-

anything

Description

• 

The Text command is used by GetMath when extracting math and text from a canvas.  It packages text expression up into a record where it can be saved alongside other information relevant to the context of the canvas application, such as the id, position, and annotation.

• 

It can be useful to use the Text command when constructing a canvas that will later be deployed to Maple Learn.

• 

The Text command supports mixed text and math notation.  When given a first argument format string that contains the % character followed by a number, n, the text will display the nth argument in place of %n.  

Examples

withDocumentTools:-Canvas:

cvNewCanvasText Example,TextMix text and %1,sqrtx21y,TextSum %1 and %2,a2,b2,TextThe %1,_BOLDPythagorean Theorem,Matha2+b2=c2:

ShowCanvascv

Text records are returned from GetMath

urlhttps://learn.maplesoft.com/beta/index.html#/?d=OULPGFDHIFNKDLJJGGMKJKNOARBJLHGRPOOKHKCQHPMFKMOTBFEHCUBUCQFNOGKSAMDOCUEFGMAJMQELFLEQEGOMETNULHFSCUGU:

cvGetCanvasurl:

MGetMathcv,keeptext:

M1:-text

M1:-id

M1:-position

Compatibility

• 

The DocumentTools[Canvas][Text] 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

ShareCanvas

ShareCanvas

Text