class Google::Apis::SlidesV1::TableCellProperties
The properties of the TableCell
.
Attributes
content_alignment[RW]
The alignment of the content in the table cell. The default alignment matches the alignment for newly created table cells in the Slides editor. Corresponds to the JSON property `contentAlignment` @return [String]
table_cell_background_fill[RW]
The table cell background fill. Corresponds to the JSON property `tableCellBackgroundFill` @return [Google::Apis::SlidesV1::TableCellBackgroundFill]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3948 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/slides_v1/classes.rb, line 3953 def update!(**args) @content_alignment = args[:content_alignment] if args.key?(:content_alignment) @table_cell_background_fill = args[:table_cell_background_fill] if args.key?(:table_cell_background_fill) end