PowerPoint.Interfaces.ParagraphFormatLoadOptions interface

Represents the paragraph formatting properties of a text that is attached to the PowerPoint.TextRange.

Remarks

[ API set: PowerPointApi 1.4 ]

Properties

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

bulletFormat

Represents the bullet format of the paragraph. See PowerPoint.BulletFormat for 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.

Property Details

$all

Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).

$all?: boolean;

Property Value

boolean

bulletFormat

Represents the bullet format of the paragraph. See PowerPoint.BulletFormat for details.

bulletFormat?: PowerPoint.Interfaces.BulletFormatLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.4 ]

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?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.4 ]