class Google::Apis::SlidesV1::WordArt

A PageElement kind representing word art.

Attributes

rendered_text[RW]

The text rendered as word art. Corresponds to the JSON property `renderedText` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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