text property

String text

Get the combined text contents over all elements in this collection.

Implementation

String get text;
void text=(String value)

Set the text contents for all elements in this collection.

Implementation

void set text(String value);