AI-generated Key Takeaways
-
A Paragraph is a segment of text terminated by a newline character.
-
The
getIndex()
method returns the index of the paragraph's newline. -
The
getRange()
method returns a TextRange spanning the text in the paragraph. -
Both
getIndex()
andgetRange()
require specific authorization scopes.
A segment of text terminated by a newline character.
Methods
Method | Return type | Brief description |
---|---|---|
get | Integer | Returns the index of the paragraph's newline. |
get | Text | Returns a Text spanning the text in the paragraph ended by this object's newline
character. |
Detailed documentation
getIndex()
Returns the index of the paragraph's newline. Returns null
if the newline has been
deleted.
Return
Integer
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getRange()
Returns a Text
spanning the text in the paragraph ended by this object's newline
character. Returns null
if the paragraph's newline has been deleted.
Return
Authorization
Scripts that use this method require authorization with one or more of the following scopes:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations