Difference between revisions of "Text Command"

From GeoGebra Manual
Jump to: navigation, search
m (lines alignment fixed)
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|text}}
 
{{command|text}}
 
; Text[Object]: Returns the formula for the object as a [[texts|text object]].
 
; Text[Object]: Returns the formula for the object as a [[texts|text object]].

Revision as of 22:30, 9 March 2013



Text[Object]
Returns the formula for the object as a text object.
Note: By default, values are substituted for variables.
Example: If a = 2 and c = a2, then Text[c] returns the text "4".
Text[Object, Boolean]
Returns the formula for the object as a text object. The Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false).
Example:
If a = 2 and c = a2, then
  • Text[c, true] returns the text "4" and
  • Text[c, false] returns the text "a2"
Text[Object, Point]
Returns the formula for the object as a text object at the position of the given point.
Example: Text["hello", (2, 3)] returns the text hello at the position (2, 3).
Text[Object, Point, Boolean]
Returns the formula for the object as a text object at the position of the given point. The Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false).
Text[Object, Point, Boolean substitute,Boolean LaTeX]
Returns the formula for the object as a text object at the position of the given point. First Boolean variable determines if values are substituted for variables (true) or if variable names are shown in the text (false). If the second Boolean variable is true, the result is rendered using LaTeX.
© 2024 International GeoGebra Institute