View Source GoogleApi.Docs.V1.Model.DeleteContentRangeRequest (google_api_docs v0.17.0)
Deletes content from the document.
Attributes
-
range
(type:GoogleApi.Docs.V1.Model.Range.t
, default:nil
) - The range of content to delete. Deleting text that crosses a paragraph boundary may result in changes to paragraph styles, lists, positioned objects and bookmarks as the two paragraphs are merged. Attempting to delete certain ranges can result in an invalid document structure in which case a 400 bad request error is returned. Some examples of invalid delete requests include: Deleting one code unit of a surrogate pair. Deleting the last newline character of a Body, Header, Footer, Footnote, TableCell or TableOfContents. Deleting the start or end of a Table, TableOfContents or Equation without deleting the entire element. Deleting the newline character before a Table, TableOfContents or SectionBreak without deleting the element. * Deleting individual rows or cells of a table. Deleting the content within a table cell is allowed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.DeleteContentRangeRequest{ range: GoogleApi.Docs.V1.Model.Range.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.