Typefi frame item
Go to Property Listing | Method Listing
addEventListener, getElements, removeEventListener, resetAllToDefaults, toSource, toSpecifier
AnchorPoint, Boolean, EventListeners, Events, Object, ParagraphStyle, String, TOCStyle, TypefiFitOptions, TypefiFrameType, TypefiLimitType, TypefiPosterTypes,
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The acnhor point to expand an image from |
||
read/write |
Enable controller skin for Typefi video |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
Real(>=0) |
read/write |
Expansion limit. Can return: Real (>= 0) or TypefiLimitType enumerator. |
|
read/write |
Fitting option |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
Enable looping for Typefi audio and video |
||
readonly |
The parent of the TypefiFrameItem (a TypefiPageItemSettings). |
||
read/write |
Enable play on page turn for Typefi audio and video |
||
read/write |
Typefi poster type |
||
read/write |
A property that allows setting of several properties at the same time. |
||
Real(>=0) |
read/write |
Reduction limit. Can return: Real (>= 0) or TypefiLimitType enumerator. |
|
read/write |
Show controller on rollover for Typefi video |
||
read/write |
Determine if the anchor point is spine relative |
||
read/write |
Enable stop on page turn for Typefi audio |
||
read/write |
Style. Can return: ParagraphStyle, TOCStyle or String. |
||
read/write |
The frame type |
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
TypefiFrameItem 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 |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
undefined resetAllToDefaults ()
Reset the Typefi specific data of TypefiFrameItem to the default values
String toSource ()
Generates a string which, if executed, will return the TypefiFrameItem.
String toSpecifier ()
Retrieves the object specifier.