PowerPoint.Interfaces.ParagraphFormatUpdateData interface
paragraphFormat.set({ ... })
で使用するために、ParagraphFormat オブジェクト上のデータを更新するためのインターフェイス。
プロパティ
| horizontal |
段落の水平方向の配置を表します。 'TextRange' に異なる水平方向の配置値を持つテキスト フラグメントが含まれている場合は、'null' を返します。 詳細については、「 PowerPoint.ParagraphHorizontalAlignment 」を参照してください。 |
プロパティの詳細
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