Class Paragraph
详细文档
getIndex()
返回段落的新行索引。如果删除了换行符,则返回 null
。
弃踢回攻
Integer
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getRange()
返回 TextRange
,跨越以此对象的换行符结束的段落中的文本。如果段落的换行符已删除,则返回 null
。
弃踢回攻
TextRange
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["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."]]],[]]