Class: Google::Apis::SlidesV1::TableCellProperties
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::TableCellProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb
Overview
The properties of the TableCell.
Instance Attribute Summary collapse
-
#table_cell_background_fill ⇒ Google::Apis::SlidesV1::TableCellBackgroundFill
The table cell background fill.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableCellProperties
constructor
A new instance of TableCellProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableCellProperties
Returns a new instance of TableCellProperties
3565 3566 3567 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3565 def initialize(**args) update!(**args) end |
Instance Attribute Details
#table_cell_background_fill ⇒ Google::Apis::SlidesV1::TableCellBackgroundFill
The table cell background fill.
Corresponds to the JSON property tableCellBackgroundFill
3563 3564 3565 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3563 def table_cell_background_fill @table_cell_background_fill end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3570 3571 3572 |
# File 'generated/google/apis/slides_v1/classes.rb', line 3570 def update!(**args) @table_cell_background_fill = args[:table_cell_background_fill] if args.key?(:table_cell_background_fill) end |