class Google::Apis::SlidesV1::DeleteTextRequest
Deletes text from a shape or a table cell.
Attributes
cell_location[RW]
A location of a single table cell within a table. Corresponds to the JSON property `cellLocation` @return [Google::Apis::SlidesV1::TableCellLocation]
object_id_prop[RW]
The object ID of the shape or table from which the text will be deleted. Corresponds to the JSON property `objectId` @return [String]
text_range[RW]
Specifies a contiguous range of an indexed collection, such as characters in text. Corresponds to the JSON property `textRange` @return [Google::Apis::SlidesV1::Range]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 1023 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 1028 def update!(**args) @cell_location = args[:cell_location] if args.key?(:cell_location) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) @text_range = args[:text_range] if args.key?(:text_range) end