puppeteer/new-docs/puppeteer.protocol.domsnapshot.inlinetextbox.numcharacters.md

14 lines
673 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [InlineTextBox](./puppeteer.protocol.domsnapshot.inlinetextbox.md) &gt; [numCharacters](./puppeteer.protocol.domsnapshot.inlinetextbox.numcharacters.md)
## Protocol.DOMSnapshot.InlineTextBox.numCharacters property
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
<b>Signature:</b>
```typescript
numCharacters: integer;
```