forEach Method

Summary

Parses each of the Attribute objects in the Attributes collection.

Syntax

TypeScript
    forEach(cb: (key: string, attr: Attribute) => void): void; 

Parameters

cb

The string key and Attribute value pair.

Remarks

This would allow one to change each of the Attribute objects with a callback function.

Requirements

Target Platforms

See Also

Attributes Object

Attributes Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.