findTable Method

Summary

Searches the document for a target TableBlock by for a given ID.

Syntax

TypeScript
    findTable(id: string): { 
        table: TableBlock; 
        pos: EditPosition; 
    } | null; 

Parameters

id

The string identifying the target table's ID

Return Value

An array containing the TableBlock of the target table and a EditPosition object indicating its position in the document.

The return value can be null if the table is not found in the document.

Remarks

This would be used to look for a specific Table Block object and also know its position data as well.

Requirements

Target Platforms

See Also

QueryManager Object

QueryManager 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.