google_api_slides v0.4.0 GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest View Source
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
- cellLocation (TableCellLocation): The optional table cell location if the text to be modified is in a table cell. If present, the object_id must refer to a table. Defaults to:
null
. - objectId (String.t): The object ID of the shape or table containing the text to delete bullets from. Defaults to:
null
. - textRange (Range): The range of text to delete bullets from, based on TextElement indexes. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest{
cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(),
objectId: any(),
textRange: GoogleApi.Slides.V1.Model.Range.t()
}
t() :: %GoogleApi.Slides.V1.Model.DeleteParagraphBulletsRequest{ cellLocation: GoogleApi.Slides.V1.Model.TableCellLocation.t(), objectId: any(), textRange: GoogleApi.Slides.V1.Model.Range.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.