段落全体に適用されるテキストのスタイル。
対応する TextRange
が複数段落にまたがり、それらの段落が呼び出される読み取りメソッドの値が異なる場合、このクラスの読み取りメソッドは null
を返します。これを回避するには、Paragraph.getRange()
メソッドから返された TextRange
を使用して段落スタイルをクエリします。
シェイプ内のテキストの配置を編集する方法を使用すると、段落スタイルに適用されている自動調整設定はすべて無効になります。
Methods
メソッド | 戻り値の型 | 概要 |
---|---|---|
getIndentEnd() | Number | TextRange 内の段落のテキスト終了インデントをポイント単位で返します。指定したテキストに複数の段落スタイルがある場合は null を返します。 |
getIndentFirstLine() | Number | TextRange 内の段落の先頭行のインデントをポイント単位で返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getIndentStart() | Number | TextRange 内の段落の開始インデントをポイント単位で返します。指定したテキストに複数の段落スタイルがある場合は null を返します。 |
getLineSpacing() | Number | 行間隔を返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getParagraphAlignment() | ParagraphAlignment | TextRange 内の段落の ParagraphAlignment を返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getSpaceAbove() | Number | TextRange の段落の上に余計なスペースをポイント単位で返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getSpaceBelow() | Number | TextRange の段落の下の余分なスペースをポイント単位で返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getSpacingMode() | SpacingMode | TextRange 内の段落の場合は SpacingMode を返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
getTextDirection() | TextDirection | TextRange 内の段落の場合は TextDirection を返します。指定されたテキストに複数の段落スタイルがある場合は null を返します。 |
setIndentEnd(indent) | ParagraphStyle | TextRange 内の段落のテキスト終了インデントをポイント単位で設定します。 |
setIndentFirstLine(indent) | ParagraphStyle | TextRange 内の段落の 1 行目のインデントをポイント単位で設定します。 |
setIndentStart(indent) | ParagraphStyle | TextRange 内の段落のテキスト開始インデントをポイント単位で設定します。 |
setLineSpacing(spacing) | ParagraphStyle | 行間隔を設定します。 |
setParagraphAlignment(alignment) | ParagraphStyle | TextRange の段落の ParagraphAlignment を設定します。 |
setSpaceAbove(space) | ParagraphStyle | TextRange の段落の上にある余分なスペースをポイント単位で設定します。 |
setSpaceBelow(space) | ParagraphStyle | TextRange の段落の下にある余分なスペースをポイント単位で設定します。 |
setSpacingMode(mode) | ParagraphStyle | TextRange の段落に SpacingMode を設定します。 |
setTextDirection(direction) | ParagraphStyle | TextRange の段落に TextDirection を設定します。 |
詳細なドキュメント
getIndentEnd()
getIndentFirstLine()
getIndentStart()
getLineSpacing()
行間隔を返します。指定したテキストに複数の段落スタイルがある場合は null
を返します。
これは行間のスペースに対応する値で、正常に対するパーセンテージとして表されます。標準は 100.0 で表されます。
リターン
Number
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getParagraphAlignment()
TextRange
内の段落の ParagraphAlignment
を返します。指定されたテキストに複数の段落スタイルがある場合は null
を返します。
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getSpaceAbove()
getSpaceBelow()
getSpacingMode()
TextRange
内の段落の場合は SpacingMode
を返します。指定されたテキストに複数の段落スタイルがある場合は null
を返します。
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
getTextDirection()
TextRange
内の段落の場合は TextDirection
を返します。指定されたテキストに複数の段落スタイルがある場合は null
を返します。
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
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 |
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setParagraphAlignment(alignment)
TextRange
の段落の ParagraphAlignment
を設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
alignment | ParagraphAlignment |
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setSpaceAbove(space)
setSpaceBelow(space)
setSpacingMode(mode)
TextRange
の段落に SpacingMode
を設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
mode | SpacingMode |
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
setTextDirection(direction)
TextRange
の段落に TextDirection
を設定します。
パラメータ
名前 | 型 | 説明 |
---|---|---|
direction | TextDirection |
リターン
承認
この方法を使用するスクリプトには、次の 1 つ以上のスコープによる承認が必要です。
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations