class Google::Apis::SlidesV1::TableBorderCell
The properties of each border cell.
Attributes
location[RW]
A location of a single table cell within a table. Corresponds to the JSON property `location` @return [Google::Apis::SlidesV1::TableCellLocation]
table_border_properties[RW]
The border styling properties of the TableBorderCell
. Corresponds to the JSON property `tableBorderProperties` @return [Google::Apis::SlidesV1::TableBorderProperties]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3750 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 3755 def update!(**args) @location = args[:location] if args.key?(:location) @table_border_properties = args[:table_border_properties] if args.key?(:table_border_properties) end