Class: Google::Apis::SheetsV4::TextPosition

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb

Overview

Position settings for text.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TextPosition

Returns a new instance of TextPosition.



9559
9560
9561
# File 'generated/google/apis/sheets_v4/classes.rb', line 9559

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

Instance Attribute Details

#horizontal_alignmentString

Horizontal alignment setting for the piece of text. Corresponds to the JSON property horizontalAlignment

Returns:

  • (String)


9557
9558
9559
# File 'generated/google/apis/sheets_v4/classes.rb', line 9557

def horizontal_alignment
  @horizontal_alignment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9564
9565
9566
# File 'generated/google/apis/sheets_v4/classes.rb', line 9564

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