class Google::Apis::SheetsV4::TextRotation
The rotation applied to text in a cell.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @angle = args[:angle] if args.key?(:angle) @vertical = args[:vertical] if args.key?(:vertical) end