class Google::Apis::SlidesV1::TableBorderProperties
The border styling properties of the TableBorderCell
.
Attributes
dash_style[RW]
The dash style of the border. Corresponds to the JSON property `dashStyle` @return [String]
table_border_fill[RW]
The fill of the border. Corresponds to the JSON property `tableBorderFill` @return [Google::Apis::SlidesV1::TableBorderFill]
weight[RW]
A magnitude in a single direction in the specified units. Corresponds to the JSON property `weight` @return [Google::Apis::SlidesV1::Dimension]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3801 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 3806 def update!(**args) @dash_style = args[:dash_style] if args.key?(:dash_style) @table_border_fill = args[:table_border_fill] if args.key?(:table_border_fill) @weight = args[:weight] if args.key?(:weight) end