Class: Google::Apis::SlidesV1::TableBorderFill

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

The fill of the border.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TableBorderFill

Returns a new instance of TableBorderFill.



3832
3833
3834
# File 'lib/google/apis/slides_v1/classes.rb', line 3832

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

Instance Attribute Details

#solid_fillGoogle::Apis::SlidesV1::SolidFill

A solid color fill. The page or page element is filled entirely with the specified color value. If any field is unset, its value may be inherited from a parent placeholder if it exists. Corresponds to the JSON property solidFill



3830
3831
3832
# File 'lib/google/apis/slides_v1/classes.rb', line 3830

def solid_fill
  @solid_fill
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3837
3838
3839
# File 'lib/google/apis/slides_v1/classes.rb', line 3837

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