class Google::Apis::DocsV1::TableColumnProperties

The properties of a column in a table.

Attributes

width[RW]

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

width_type[RW]

The width type of the column. Corresponds to the JSON property `widthType` @return [String]

Public Class Methods

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