/var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/acroform
NameSizeModeActions
flags.d.ts59230644editdlrm
index.d.ts9200644editdlrm
PDFAcroButton.d.ts10570644editdlrm
PDFAcroCheckBox.d.ts5880644editdlrm
PDFAcroChoice.d.ts8860644editdlrm
PDFAcroComboBox.d.ts4420644editdlrm
PDFAcroField.d.ts15600644editdlrm
PDFAcroForm.d.ts7590644editdlrm
PDFAcroListBox.d.ts4370644editdlrm
PDFAcroNonTerminal.d.ts5800644editdlrm
PDFAcroPushButton.d.ts4520644editdlrm
PDFAcroRadioButton.d.ts5940644editdlrm
PDFAcroSignature.d.ts3490644editdlrm
PDFAcroTerminal.d.ts6740644editdlrm
PDFAcroText.d.ts9810644editdlrm
utils.d.ts4040644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/pdf-lib/ts3.4/es/core/acroform/PDFAcroText.d.ts (981B)
import PDFContext from "../PDFContext"; import PDFDict from "../objects/PDFDict"; import PDFNumber from "../objects/PDFNumber"; import PDFString from "../objects/PDFString"; import PDFHexString from "../objects/PDFHexString"; import PDFRef from "../objects/PDFRef"; import PDFAcroTerminal from "./PDFAcroTerminal"; declare class PDFAcroText extends PDFAcroTerminal { static fromDict: (dict: PDFDict, ref: PDFRef) => PDFAcroText; static create: (context: PDFContext) => PDFAcroText; MaxLen(): PDFNumber | undefined; Q(): PDFNumber | undefined; setMaxLength(maxLength: number): void; removeMaxLength(): void; getMaxLength(): number | undefined; setQuadding(quadding: 0 | 1 | 2): void; getQuadding(): number | undefined; setValue(value: PDFHexString | PDFString): void; removeValue(): void; getValue(): PDFString | PDFHexString | undefined; } export default PDFAcroText; //# sourceMappingURL=PDFAcroText.d.ts.map