ParagraphPropertiesChangedEventArgs Class
Contains data for the ParagraphPropertiesChanged event.
#Declaration
export class ParagraphPropertiesChangedEventArgs extends EventArgs
#Remarks
The ParagraphPropertiesChanged event occurs when a paragraph’s formatting is changed. The event handler receives an argument of the ParagraphPropertiesChangedEventArgs type. The argument’s properties provide information specific to this event.
#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 |