Class ReplaceAllTextRequest
Replaces all instances of text matching a criteria with replace text.
Inheritance
System.Object
ReplaceAllTextRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class ReplaceAllTextRequest : IDirectResponseSchema
Properties
ContainsText
Finds text in a shape 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 |
|---|---|
| System.String |
PageObjectIds
If non-empty, limits the matches to page elements only on the given pages. Returns a 400 bad request error if given the page object ID of a notes master, or if a page with that object ID doesn't exist in the presentation.
Declaration
[JsonProperty("pageObjectIds")]
public virtual IList<string> PageObjectIds { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
ReplaceText
The text that will replace the matched text.
Declaration
[JsonProperty("replaceText")]
public virtual string ReplaceText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema