Show / Hide Table of Contents

Class ReplaceAllTextRequest

Replaces all instances of text matching a criteria with replace text.

Inheritance
object
ReplaceAllTextRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
IList<string>

ReplaceText

The text that will replace the matched text.

Declaration
[JsonProperty("replaceText")]
public virtual string ReplaceText { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX