ReplaceAllShapesWithImageRequest constructor

ReplaceAllShapesWithImageRequest({
  1. SubstringMatchCriteria? containsText,
  2. String? imageReplaceMethod,
  3. String? imageUrl,
  4. List<String>? pageObjectIds,
  5. String? replaceMethod,
})

Implementation

ReplaceAllShapesWithImageRequest({
  this.containsText,
  this.imageReplaceMethod,
  this.imageUrl,
  this.pageObjectIds,
  this.replaceMethod,
});