Class: Google::Apis::SlidesV1::TableColumnProperties
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SlidesV1::TableColumnProperties
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb 
Overview
Properties of each column in a table.
Instance Attribute Summary collapse
- 
  
    
      #column_width  ⇒ Google::Apis::SlidesV1::Dimension 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A magnitude in a single direction in the specified units.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TableColumnProperties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TableColumnProperties.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TableColumnProperties
Returns a new instance of TableColumnProperties
      3953 3954 3955  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 3953 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#column_width ⇒ Google::Apis::SlidesV1::Dimension
A magnitude in a single direction in the specified units.
Corresponds to the JSON property columnWidth
      3951 3952 3953  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 3951 def column_width @column_width end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3958 3959 3960  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 3958 def update!(**args) @column_width = args[:column_width] if args.key?(:column_width) end  |