ParagraphFormat

Paragraph.ParagraphFormat property

Returns the formatting object for this paragraph. Read-only IParagraphFormat.

public IParagraphFormat ParagraphFormat { get; }

Remarks

The formatting object contains the formatting parameters defined for the current paragraph only, inherited data is not applied.

In order to get the effective values including inherited ones use the GetEffective method.

See Also