Class: Google::Apis::SlidesV1::WordArt
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::WordArt
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/google/apis/slides_v1/representations.rb
Overview
A PageElement kind representing word art.
Instance Attribute Summary collapse
-
#rendered_text ⇒ String
The text rendered as word art.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WordArt
constructor
A new instance of WordArt.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WordArt
Returns a new instance of WordArt.
5222 5223 5224 |
# File 'lib/google/apis/slides_v1/classes.rb', line 5222 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rendered_text ⇒ String
The text rendered as word art.
Corresponds to the JSON property renderedText
5220 5221 5222 |
# File 'lib/google/apis/slides_v1/classes.rb', line 5220 def rendered_text @rendered_text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5227 5228 5229 |
# File 'lib/google/apis/slides_v1/classes.rb', line 5227 def update!(**args) @rendered_text = args[:rendered_text] if args.key?(:rendered_text) end |