GoogleApi.Slides.V1.Model.UnmergeTableCellsRequest (google_api_slides v0.24.0)
View SourceUnmerges cells in a Table.
Attributes
-
objectId
(type:String.t
, default:nil
) - The object ID of the table. -
tableRange
(type:GoogleApi.Slides.V1.Model.TableRange.t
, default:nil
) - The table range specifying which cells of the table to unmerge. All merged cells in this range will be unmerged, and cells that are already unmerged will not be affected. If the range has no merged cells, the request will do nothing. If there is text in any of the merged cells, the text will remain in the upper-left ("head") cell of the resulting block of unmerged cells.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UnmergeTableCellsRequest{ objectId: String.t() | nil, tableRange: GoogleApi.Slides.V1.Model.TableRange.t() | nil }