Skip to main content
A newer version of this page is available. .

ParagraphPropertiesChangedEventArgs Class

Provides data for an event that occurs when a paragraph’s formatting is changed.

Declaration

export class ParagraphPropertiesChangedEventArgs extends EventArgs

Remarks

Use the OnParagraphPropertiesChanged(String) property to assign a handler to the event.

Inheritance

EventArgs
ParagraphPropertiesChangedEventArgs

Properties

paragraphIndex Property

Specifies the changed paragraph’s index.

Declaration

paragraphIndex: number

Property Value

Type Description
number

The changed paragraph’s identifier.

subDocumentId Property

Specifies the active sub-document’s identifier.

Declaration

subDocumentId: number

Property Value

Type Description
number

The sub-document’s identifier