| 1651 | */ |
| 1652 | export type ByteSize = number; |
| 1653 | export interface Character { |
| 1654 | bbox: /* Represents a rectangular region on the page. Both coordinates and directions are in PDF points with the origin at the top-left corner of the page. */ JsonContentsBbox; |
| 1655 | /** |
| 1656 | * example: |
| 1657 | * T |
| 1658 | */ |
| 1659 | value: string; |
| 1660 | } |
| 1661 | /** |
| 1662 | * CheckBoxFormField |
| 1663 | * A check box that can either be checked or unchecked. One check box form field can also be associated to multiple single check box widgets |
nothing calls this directly
no outgoing calls
no test coverage detected