UiPath Documentation
activities
latest
false

Productivity activities

Google Docs Options

TextStyle

The style of a text section from a Google document.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

public enum TextStyle
public enum TextStyle

Options

OptionValueDescription
NormalText0Normal body text.
Title1Document title style.
Subtitle2Document subtitle style.
Heading13Heading level 1.
Heading24Heading level 2.
Heading35Heading level 3.
Heading46Heading level 4.
Heading57Heading level 5.
Heading68Heading level 6.

TextLocation

The location of the text relative to some document element.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

public enum TextLocation
public enum TextLocation

Options

OptionValueDescription
Beginning0Place at the beginning of the document or section.
End1Place at the end of the document or section.

TextMatchMode

Specifies how to match the given criteria.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

public enum TextMatchMode
public enum TextMatchMode

Options

OptionValueDescription
Contains0Match by checking if the search term is contained in the search space.
Equals1Match by checking if the search term is equal to the search space.

TextRecurrences

Specifies how many recurrences should be processed.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

public enum TextRecurrences
public enum TextRecurrences

Options

OptionValueDescription
Once0Process only the first recurrence.
AllRecurrences1Process all recurrences.

ConflictBehavior

What to be the expected behavior when an item with the same name already exists in the destination.

Namespace: UiPath.GSuite.Activities.API

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

Syntax

public enum ConflictBehavior
public enum ConflictBehavior

Options

OptionValueDescription
Replace0Replaces the existing item.
Fail1If another item with the same name exists at the same location, fail the request.
Rename2Renames the new item to have an unique name.
AddSeparate3Adds the item without renaming it, even if one with the same name already exists.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated