Libraries anvil runtime Doc getText

string getText()
Returns this document's text.
string getText(string type)
Returns text of first child document matching given type.
string getText(string type, string ident)
Returns text of first child document matching given type and identifier.
Parameters type -  Type of document to search for
ident -  Identifier of document to search for