Edit

Share via


PowerPoint.Interfaces.ParagraphFormatData interface

An interface describing the data returned by calling paragraphFormat.toJSON().

Properties

horizontalAlignment

Represents the horizontal alignment of the paragraph. Returns 'null' if the 'TextRange' includes text fragments with different horizontal alignment values. See PowerPoint.ParagraphHorizontalAlignment for details.

indentLevel

Represents the indent level of the paragraph.

Property Details

horizontalAlignment

Represents the horizontal alignment of the paragraph. Returns 'null' if the 'TextRange' includes text fragments with different horizontal alignment values. See PowerPoint.ParagraphHorizontalAlignment for details.

horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;

Property Value

PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null

Remarks

[ API set: PowerPointApi 1.4 ]

indentLevel

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the indent level of the paragraph.

indentLevel?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]