new TextWidget()
[Missing documentation]
Extends
- WidgetAnnot
Methods
-
<static> create(doc, pos [, field_name])
-
Constructor
Parameters:
Name Type Argument Description doc
PDFNet.PDFDoc | PDFNet.SDFDoc | PDFNet.FDFDoc pos
PDFNet.Rect field_name
string <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.TextWidget"- Type
- Promise.<PDFNet.TextWidget>
-
<static> createFromAnnot(annot)
-
Parameters:
Name Type Description annot
PDFNet.Annot Returns:
A promise that resolves to an object of type: "PDFNet.TextWidget"- Type
- Promise.<PDFNet.TextWidget>
-
<static> createFromObj( [obj])
-
Parameters:
Name Type Argument Description obj
PDFNet.Obj <optional>
Returns:
A promise that resolves to an object of type: "PDFNet.TextWidget"- Type
- Promise.<PDFNet.TextWidget>
-
<static> createWithField(doc, pos, field)
-
Parameters:
Name Type Description doc
PDFNet.PDFDoc | PDFNet.SDFDoc | PDFNet.FDFDoc pos
PDFNet.Rect field
PDFNet.Field Returns:
A promise that resolves to an object of type: "PDFNet.TextWidget"- Type
- Promise.<PDFNet.TextWidget>
-
getText()
-
Returns:
A promise that resolves to an object of type: "string"- Type
- Promise.<string>
-
setText(text)
-
Parameters:
Name Type Description text
string Returns:
- Type
- Promise.<void>