generated/google/apis/docs_v1/classes.rb in google-api-client-0.30.0 vs generated/google/apis/docs_v1/classes.rb in google-api-client-0.30.1

- old
+ new

@@ -4621,12 +4621,10 @@ @table_cell_style = args[:table_cell_style] if args.key?(:table_cell_style) end end # A border around a table cell. - # Table cell borders cannot be transparent. To hide a table cell border, make - # its width 0. class TableCellBorder include Google::Apis::Core::Hashable # A color that can either be fully opaque or fully transparent. # Corresponds to the JSON property `color` @@ -4698,32 +4696,24 @@ # Corresponds to the JSON property `backgroundColor` # @return [Google::Apis::DocsV1::OptionalColor] attr_accessor :background_color # A border around a table cell. - # Table cell borders cannot be transparent. To hide a table cell border, make - # its width 0. # Corresponds to the JSON property `borderBottom` # @return [Google::Apis::DocsV1::TableCellBorder] attr_accessor :border_bottom # A border around a table cell. - # Table cell borders cannot be transparent. To hide a table cell border, make - # its width 0. # Corresponds to the JSON property `borderLeft` # @return [Google::Apis::DocsV1::TableCellBorder] attr_accessor :border_left # A border around a table cell. - # Table cell borders cannot be transparent. To hide a table cell border, make - # its width 0. # Corresponds to the JSON property `borderRight` # @return [Google::Apis::DocsV1::TableCellBorder] attr_accessor :border_right # A border around a table cell. - # Table cell borders cannot be transparent. To hide a table cell border, make - # its width 0. # Corresponds to the JSON property `borderTop` # @return [Google::Apis::DocsV1::TableCellBorder] attr_accessor :border_top # The column span of the cell. This property is read-only.