Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 849 Bytes

pushbutton.md

File metadata and controls

44 lines (33 loc) · 849 Bytes

API Documentation for PushButton

NoPoDoFo PushButton

class PushButton extends Field {
  new(page: Page, fieldIndex: number): PushButton
  new(form: Form, annotation: Annotation): PushButton

  rollover: string
  rolloverAlternate: string
}

Constructors


new(page: Page, fieldIndex: number): PushButton
new(form: Form, annotation: Annotation): PushButton

Properties


rollover

Rollover text

rolloverAlternate

Rollover alternate text

Methods