Class PDFNet.KeyStrokeEventData
PDFNet.KeyStrokeEventData
Constructor Attributes | Constructor Name and Description |
---|---|
[Missing documentation]
|
Method Attributes | Method Name and Description |
---|---|
assign(right)
Copy Constructor
|
|
copy()
Copy Constructor
|
|
<static> |
PDFNet.KeyStrokeEventData.create(field_name, current, change, selection_start, selection_end)
Constructor
|
destroy()
Destructor
|
Method Detail
assign(right)
Copy Constructor
- Parameters:
- {KeyStrokeEventData} right
- (generated documentation)
{KeyStrokeEventData}
copy()
Copy Constructor
- Returns:
- {KeyStrokeEventData} A promise that resolves to an object of type: "KeyStrokeEventData" (generated documentation)
<static>
{KeyStrokeEventData}
PDFNet.KeyStrokeEventData.create(field_name, current, change, selection_start, selection_end)
Constructor
- Parameters:
- {string} field_name
- (generated documentation)
- {string} current
- (generated documentation)
- {string} change
- (generated documentation)
- {number} selection_start
- (generated documentation)
- {number} selection_end
- (generated documentation)
- Returns:
- {KeyStrokeEventData} A promise that resolves to an object of type: "KeyStrokeEventData" (generated documentation)
destroy()
Destructor