getAttribute Method

Summary

Gets the Attribute for a given key from this Attributes collection.

Syntax

TypeScript
    getAttribute(key: string): Attribute | undefined; 

Parameters

key

The string key for the Attribute to extract.

Return Value

The Attribute matching the given key, if there is none it will return undefined.

Remarks

This would be used in checking to see if there in a specific Attribute for the collection.

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.