套用至整個段落的文字樣式。
如果對應的 TextRange
跨越多個段落,且這些段落對呼叫的讀取方法具有不同的值,此類別中的讀取方法會傳回 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