Show / Hide Table of Contents

Class SubstringMatchCriteria

A criteria that matches a specific string of text in a shape or table.

Inheritance
object
SubstringMatchCriteria
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 SubstringMatchCriteria : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchCase

Indicates whether the search should respect case: - True: the search is case sensitive. - False: the search is case insensitive.

Declaration
[JsonProperty("matchCase")]
public virtual bool? MatchCase { get; set; }
Property Value
Type Description
bool?

SearchByRegex

Optional. True if the find value should be treated as a regular expression. Any backslashes in the pattern should be escaped. - True: the search text is treated as a regular expressions. - False: the search text is treated as a substring for matching.

Declaration
[JsonProperty("searchByRegex")]
public virtual bool? SearchByRegex { get; set; }
Property Value
Type Description
bool?

Text

The text to search for in the shape or table.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX