Class: Google::Apis::DocsV1::TableRowStyle

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb

Overview

Styles that apply to a table row.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TableRowStyle

Returns a new instance of TableRowStyle.



5720
5721
5722
# File 'generated/google/apis/docs_v1/classes.rb', line 5720

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#min_row_heightGoogle::Apis::DocsV1::Dimension

A magnitude in a single direction in the specified units. Corresponds to the JSON property minRowHeight



5718
5719
5720
# File 'generated/google/apis/docs_v1/classes.rb', line 5718

def min_row_height
  @min_row_height
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5725
5726
5727
# File 'generated/google/apis/docs_v1/classes.rb', line 5725

def update!(**args)
  @min_row_height = args[:min_row_height] if args.key?(:min_row_height)
end