UiPath Documentation
activities
latest
false

Productivity activities

ReadText

Reads the text from a Google document.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

string ReadText(
	IDocument document,
	string sectionName = null,
	bool matchCase = false,
	TextMatchMode textMatchMode = TextMatchMode.Contains
)
string ReadText(
	IDocument document,
	string sectionName = null,
	bool matchCase = false,
	TextMatchMode textMatchMode = TextMatchMode.Contains
)

Parameters

document IDocument : The Google document to read text from.

sectionName String (Optional) : The name of the section from which to read text from. If null, the whole document will be read.

matchCase Boolean (Optional) : Specifies if the sectionName should also match case.

textMatchMode TextMatchMode (Optional) : Specifies how to match the sectionName.

Return value

String - The read text.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated