Diferencia entre revisiones de «Comando TablaTexto»

De GeoGebra Manual
Saltar a: navegación, buscar
m (1 revisión)
Línea 1: Línea 1:
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|text|TablaTexto}}
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|text|TablaTexto}}
;TablaTexto[ <Lista>, <Lista>, ... ]
+
;TablaTexto[ <Lista>, <Lista>, ... ]: Creates a text that contains a table of the list objects.
:{{translate|TableText Command}}
+
: {{Note| By default, every list is displayed in a new column of the table.}}
;TablaTexto[ <Lista>, <Lista>, ..., <Alineación del Texto> ]
+
: {{Example|1=<br/>
:{{translate|TableText Command}}
+
:* <code>TableText[{x^2, 4}, {x^3, 8}, {x^4, 16}]</code> creates a table as a text object with three rows and two columns. All items of the table are left aligned.
 +
:* <code>TableText[Sequence[i^2, i, 1, 10]]</code> creates a table as a text object with one row. All items of the table are left aligned.}}
 +
;TablaTexto[ <Lista>, <Lista>, ..., <Alineación del Texto> ]: Creates a text that contains a table of the list objects. The optional text “Alignment of text” controls the orientation and alignment of the table text.
 +
: {{Note| 1=Possible values are "vl", "vc", "vr", "v", "h", "hl", "hc", "hr". Default is "hl".
 +
:* "v" = vertical, i. e. lists are columns
 +
:* "h" = horizontal, i. e. lists are rows
 +
:* "l" = left aligned
 +
:* "r" = right aligned
 +
:* "c" = centered }}
 +
: {{Example|1=<br/>
 +
:* <code>TableText[{1,2,3,4},{1,4,9,16},"v"]</code> creates a text with two columns and four rows whose elements are left aligned.
 +
:* <code>TableText[{1,2,3,4},{1,4,9,16},"h"]</code> creates a text with two rows and four columns whose elements are left aligned.
 +
:* <code>TableText[{11.2,123.1,32423.9,"234.0"},"vr"]</code> creates a text with one column whose elements are right aligned.}}

Revisión del 18:34 23 abr 2011


TablaTexto[ <Lista>, <Lista>, ... ]
Creates a text that contains a table of the list objects.
Nota: By default, every list is displayed in a new column of the table.
Ejemplo:
  • TableText[{x^2, 4}, {x^3, 8}, {x^4, 16}] creates a table as a text object with three rows and two columns. All items of the table are left aligned.
  • TableText[Sequence[i^2, i, 1, 10]] creates a table as a text object with one row. All items of the table are left aligned.
TablaTexto[ <Lista>, <Lista>, ..., <Alineación del Texto> ]
Creates a text that contains a table of the list objects. The optional text “Alignment of text” controls the orientation and alignment of the table text.
Nota: Possible values are "vl", "vc", "vr", "v", "h", "hl", "hc", "hr". Default is "hl".
  • "v" = vertical, i. e. lists are columns
  • "h" = horizontal, i. e. lists are rows
  • "l" = left aligned
  • "r" = right aligned
  • "c" = centered
Ejemplo:
  • TableText[{1,2,3,4},{1,4,9,16},"v"] creates a text with two columns and four rows whose elements are left aligned.
  • TableText[{1,2,3,4},{1,4,9,16},"h"] creates a text with two rows and four columns whose elements are left aligned.
  • TableText[{11.2,123.1,32423.9,"234.0"},"vr"] creates a text with one column whose elements are right aligned.
© 2024 International GeoGebra Institute