Searches the document for a target TableBlock by for a given ID.
findTable(id: string): {
table: TableBlock;
pos: EditPosition;
} | null;
id
The string identifying the target table's ID
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.
This would be used to look for a specific Table Block object and also know its position data as well.
Leadtools.Document.Editor Namespace
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document