Class Paragraph
詳細なドキュメント
getIndex()
段落の改行のインデックスを返します。改行が削除されている場合、null
を返します。
リターン
Integer
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getRange()
このオブジェクトの改行文字で終わる段落内のテキストにまたがる TextRange
を返します。段落の改行が削除されている場合、null
を返します。
リターン
TextRange
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[null,null,["最終更新日 2023-12-01 UTC。"],[[["A Paragraph object represents a segment of text terminated by a newline character within Google Slides."],["It provides methods like `getIndex()` to retrieve the newline's index and `getRange()` to obtain a TextRange encompassing the paragraph's text."],["Both methods require authorization with specific scopes for accessing and manipulating presentations."]]],[]]