PowerPoint.Interfaces.ParagraphFormatData interface
paragraphFormat.toJSON()
の呼び出しによって返されるデータを記述するインターフェイス。
プロパティ
| horizontal |
段落の水平方向の配置を表します。 'TextRange' に水平方向の配置値が異なるテキスト フラグメントが含まれている場合は 'null' を返します。 詳細については 、PowerPoint.ParagraphHorizontalAlignment を参照してください。 |
| indent |
段落のインデント レベルを表します。 |
プロパティの詳細
horizontalAlignment
段落の水平方向の配置を表します。 'TextRange' に水平方向の配置値が異なるテキスト フラグメントが含まれている場合は 'null' を返します。 詳細については 、PowerPoint.ParagraphHorizontalAlignment を参照してください。
horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
プロパティ値
PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null