class Google::Apis::SlidesV1::TableColumnProperties

Properties of each column in a table.

Attributes

column_width[RW]

A magnitude in a single direction in the specified units. Corresponds to the JSON property `columnWidth` @return [Google::Apis::SlidesV1::Dimension]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 3968
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 3973
def update!(**args)
  @column_width = args[:column_width] if args.key?(:column_width)
end