MCPcopy Create free account
hub / github.com/LibPDF-js/core / getTextFields

Method getTextFields

src/api/pdf-form.ts:403–405  ·  view source on GitHub ↗

* Get all text fields.

()

Source from the content-addressed store, hash-verified

401 * Get all text fields.
402 */
403 getTextFields(): TextField[] {
404 return this.allFields.filter(f => f instanceof TextField);
405 }
406
407 /**
408 * Get all checkboxes.

Callers 7

pdf-form.test.tsFile · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected