Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
form-integration.test.ts
File · 0.80
issue-55-indirect-fields-contents.test.ts
File · 0.80
issue-18-flatten-embedded-fonts.test.ts
File · 0.80
pdf-form.test.ts
File · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected