Class: Google::Apis::DocsV1::TableRowStyle
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::TableRowStyle
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb
Overview
Styles that apply to a table row.
Instance Attribute Summary collapse
-
#min_row_height ⇒ Google::Apis::DocsV1::Dimension
A magnitude in a single direction in the specified units.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TableRowStyle
constructor
A new instance of TableRowStyle.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TableRowStyle
Returns a new instance of TableRowStyle.
5661 5662 5663 |
# File 'lib/google/apis/docs_v1/classes.rb', line 5661 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min_row_height ⇒ Google::Apis::DocsV1::Dimension
A magnitude in a single direction in the specified units.
Corresponds to the JSON property minRowHeight
5659 5660 5661 |
# File 'lib/google/apis/docs_v1/classes.rb', line 5659 def min_row_height @min_row_height end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5666 5667 5668 |
# File 'lib/google/apis/docs_v1/classes.rb', line 5666 def update!(**args) @min_row_height = args[:min_row_height] if args.key?(:min_row_height) end |