ReplaceAllShapesWithImageRequest class

Replaces all shapes that match the given criteria with the provided image.

The images replacing the shapes are rectangular after being inserted into the presentation and do not take on the forms of the shapes.

Constructors

ReplaceAllShapesWithImageRequest({SubstringMatchCriteria? containsText, String? imageReplaceMethod, String? imageUrl, List<String>? pageObjectIds, String? replaceMethod})
ReplaceAllShapesWithImageRequest.fromJson(Map json_)

Properties

containsText SubstringMatchCriteria?
If set, this request will replace all of the shapes that contain the given text.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageReplaceMethod String?
The image replace method.
getter/setter pair
imageUrl String?
The image URL.
getter/setter pair
pageObjectIds List<String>?
If non-empty, limits the matches to page elements only on the given pages.
getter/setter pair
replaceMethod String?
The replace method.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited