ReplaceAllShapesWithSheetsChartRequest class

Replaces all shapes that match the given criteria with the provided Google Sheets chart.

The chart will be scaled and centered to fit within the bounds of the original shape. NOTE: Replacing shapes with a chart requires at least one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth scopes.

Constructors

ReplaceAllShapesWithSheetsChartRequest({int? chartId, SubstringMatchCriteria? containsText, String? linkingMode, List<String>? pageObjectIds, String? spreadsheetId})
ReplaceAllShapesWithSheetsChartRequest.fromJson(Map json_)

Properties

chartId int?
The ID of the specific chart in the Google Sheets spreadsheet.
getter/setter pair
containsText SubstringMatchCriteria?
The criteria that the shapes must match in order to be replaced.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linkingMode String?
The mode with which the chart is linked to the source spreadsheet.
getter/setter pair
pageObjectIds List<String>?
If non-empty, limits the matches to page elements only on the given pages.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadsheetId String?
The ID of the Google Sheets spreadsheet that contains the chart.
getter/setter pair

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