TypefiPaginationPreferences

Typefi pagination preferences

Methods:

addEventListener, getElements, removeEventListener, toSource, toSpecifier

Hierarchy:

Superclass: Preference

Class: TypefiPaginationPreferences

Property Listing

Property

Type

Access

Description

cellStyle

CellStyle

read/write

Cell style

characterStyle

CharacterStyle

read/write

Character style

considerSimilarNames

Boolean

readonly

Consider similar names

defaultElementWidth

Number

read/write

Default element width

eventListeners

EventListeners EventListener

readonly

A collection of event listeners.

events

Events Event

readonly

A collection of events.

ignoreCase

Boolean

read/write

Ignore character case

ignoreSpace

Boolean

read/write

Ignore different space usage

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

objectStyle

ObjectStyle

read/write

Object style

paragraphStyle

ParagraphStyle

read/write

Paragraph style

parent

TypefiApplicationSettings

TypefiDocumentSettings

readonly

The parent of the TypefiPaginationPreferences (a TypefiApplicationSettings or TypefiDocumentSettings).

properties

Object

read/write

A property that allows setting of several properties at the same time.

tableStyle

TableStyle

read/write

Table style

Method Listing

EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Adds an event listener.

Parameter

Type

Description

eventType

String

The event type.

handler

File

JavaScriptFunction

The event handler. Can accept: File or JavaScript Function.

captures

Boolean

This parameter is obsolete. (Optional)

(default: false)

TypefiPaginationPreferences getElements ()

Resolves the object specifier, creating an array of object references.

Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])

Removes the event listener.

Parameter

Type

Description

eventType

String

The registered event type.

handler

File

JavaScriptFunction

The registered event handler. Can accept: File or JavaScript Function.

captures

Boolean

This parameter is obsolete. (Optional)

(default: false)

String toSource ()

Generates a string which, if executed, will return the TypefiPaginationPreferences.

String toSpecifier ()

Retrieves the object specifier.

Object of

TypefiApplicationSettings.paginationPreferences

TypefiDocumentSettings.paginationPreferences

Event.parent

EventListener.parent

MutationEvent.parent

Return

TypefiPaginationPreferences.getElements()