Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.Interfaces.ParagraphFormatData interface
- Package:
- powerpoint
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
indentLevel
Represents the indent level of the paragraph.
indentLevel?: number;
Property Value
number
Remarks
Office Add-ins
Feedback
Was this page helpful?
