Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPage

Hierarchy

  • IPage

Index

Properties

contents

contents: IObj

height

height: number

number

number: number

resources

resources: IObj

rotation

rotation: number

trimBox

trimBox: IRect

width

width: number

Methods

annotationsCount

  • annotationsCount(): number

createAnnotation

deleteAnnotation

  • deleteAnnotation(index: number): void
  • Parameters

    • index: number

    Returns void

fieldsCount

  • fieldsCount(): number

getAnnotation

getArtBox

getBleedBox

getField

  • getField<T>(index: number): T
  • Get the field as a field of type T where T is one of: Checkbox, Pushbutton, Textfield, Combobox, or ListField

    see

    ICheckBox

    see

    IListBox

    see

    ITextField

    see

    IComboBox

    see

    IPushButton

    Type parameters

    Parameters

    • index: number

      field index

    Returns T

getFieldIndex

  • getFieldIndex(fieldName: string): number
  • Parameters

    • fieldName: string

    Returns number

getFields

  • Get all fields on this page. Note: to determine the type of field use the Field.type property

    Returns IField[]

getMediaBox

Generated using TypeDoc