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 および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 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."]]],[]]