class Google::Apis::DocsV1::TableRowStyle
Styles that apply to a table row.
Attributes
min_row_height[RW]
A magnitude in a single direction in the specified units. Corresponds to the JSON property `minRowHeight` @return [Google::Apis::DocsV1::Dimension]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 5660 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 5665 def update!(**args) @min_row_height = args[:min_row_height] if args.key?(:min_row_height) end