Class: Google::Apis::SlidesV1::TableColumnProperties

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

Overview

Properties of each column in a table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableColumnProperties

Returns a new instance of TableColumnProperties.



4042
4043
4044
# File 'lib/google/apis/slides_v1/classes.rb', line 4042

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

Instance Attribute Details

#column_widthGoogle::Apis::SlidesV1::Dimension

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



4040
4041
4042
# File 'lib/google/apis/slides_v1/classes.rb', line 4040

def column_width
  @column_width
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4047
4048
4049
# File 'lib/google/apis/slides_v1/classes.rb', line 4047

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