class Google::Apis::SlidesV1::DeleteParagraphBulletsRequest
Deletes bullets from all of the paragraphs that overlap with the given text index range. The nesting level of each paragraph will be visually preserved by adding indent to the start of the corresponding paragraph.
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 containing the text to delete bullets from. 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 941 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 946 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