Class ReplaceAllTextRequest
Replaces all instances of text matching a criteria with replace text.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class ReplaceAllTextRequest : IDirectResponseSchema
Properties
ContainsText
Finds text in the document matching this substring.
Declaration
[JsonProperty("containsText")]
public virtual SubstringMatchCriteria ContainsText { get; set; }
Property Value
Type | Description |
---|---|
SubstringMatchCriteria |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReplaceText
The text that will replace the matched text.
Declaration
[JsonProperty("replaceText")]
public virtual string ReplaceText { get; set; }
Property Value
Type | Description |
---|---|
string |
TabsCriteria
Optional. The criteria used to specify in which tabs the replacement occurs. When omitted, the replacement applies to all tabs. In a document containing a single tab: - If provided, must match the singular tab's ID.
- If omitted, the replacement applies to the singular tab. In a document containing multiple tabs: - If provided, the replacement applies to the specified tabs. - If omitted, the replacement applies to all tabs.
Declaration
[JsonProperty("tabsCriteria")]
public virtual TabsCriteria TabsCriteria { get; set; }
Property Value
Type | Description |
---|---|
TabsCriteria |