class Google::Apis::DocsV1::TableStyle

Styles that apply to a table.

Attributes

table_column_properties[RW]

The properties of each column. Note that in Docs, tables contain rows and rows contain cells, similar to HTML. So the properties for a row can be found on the row's table_row_style. Corresponds to the JSON property `tableColumnProperties` @return [Array<Google::Apis::DocsV1::TableColumnProperties>]

Public Class Methods

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