TextBlockAndId Interface
Describes one of potentially many TextBlocks hosted by an ITextAnnotation. For example, a TextAnnotation2d hosts only a single text block, but an element representing a table may host one text block for each cell in the table, in which case it might use the combination of row and column as the id for each text block.
Properties
Name | Type | Description | |
---|---|---|---|
id Readonly | unknown | An opaque identifier that allows the ITextAnnotation to discern which of its hosted text blocks is being referred to. | |
textBlock Readonly | TextBlock | The text block. |
Defined in
Last Updated: 29 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.