应用于整个段落的文本样式。
如果相应的 TextRange
跨越多个段落,并且这些段落对于被调用的 read 方法具有不同的值,则此类中的 Read 方法会返回 null
。为避免出现这种情况,请使用 Paragraph.getRange()
方法返回的 TextRange
查询段落样式。
如果您使用方法修改文本在形状中的调整方式,系统会停用已应用于段落样式的所有自动调整设置。
方法
详细文档
getIndentEnd()
getIndentFirstLine()
getIndentStart()
getLineSpacing()
返回行间距;如果指定文本有多种段落样式,则返回 null
。
这是一个对应于行与行之间的间距的值,以占正常值的百分比表示。正常值表示为 100.0。
弃踢回攻
Number
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getParagraphAlignment()
返回 TextRange
中段落的 ParagraphAlignment
;如果指定文本有多种段落样式,则返回 null
。
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSpaceAbove()
getSpaceBelow()
getSpacingMode()
对于 TextRange
中的段落,返回 SpacingMode
;如果指定文本有多种段落样式,则返回 null
。
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getTextDirection()
对于 TextRange
中的段落,返回 TextDirection
;如果指定文本有多种段落样式,则返回 null
。
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setIndentEnd(indent)
setIndentFirstLine(indent)
setIndentStart(indent)
setLineSpacing(spacing)
设置行间距。
这是一个对应于行与行之间的间距的值,以占正常值的百分比表示。正常值表示为 100.0。
参数
名称 | 类型 | 说明 |
---|---|---|
spacing | Number |
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setParagraphAlignment(alignment)
在 TextRange
中设置段落的 ParagraphAlignment
。
参数
名称 | 类型 | 说明 |
---|---|---|
alignment | ParagraphAlignment |
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSpaceAbove(space)
setSpaceBelow(space)
setSpacingMode(mode)
为 TextRange
中的段落设置 SpacingMode
。
参数
名称 | 类型 | 说明 |
---|---|---|
mode | SpacingMode |
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setTextDirection(direction)
为 TextRange
中的段落设置 TextDirection
。
参数
名称 | 类型 | 说明 |
---|---|---|
direction | TextDirection |
弃踢回攻
授权
使用此方法的脚本需要获得以下一个或多个范围的授权:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations