class Google::Apis::SheetsV4::TextPosition

Position settings for text.

Attributes

horizontal_alignment[RW]

Horizontal alignment setting for the piece of text. Corresponds to the JSON property `horizontalAlignment` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 9586
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 9591
def update!(**args)
  @horizontal_alignment = args[:horizontal_alignment] if args.key?(:horizontal_alignment)
end