Adobe FrameMaker-12 Object Model JS: ElementCatalogEntries

FrameMaker 12.0

Class

ElementCatalogEntries

 

An Array of ElementCatalogEntry objects with integer indexing and a length property.

See also ElementCatalogEntry.

QuickLinks

concat, pop, push

Properties

PropertyTypeAccessDescription
lengthnumber r/wThe length of the array

Methods

Instances

ElementCatalogEntries concat (value: ElementCatalogEntries)
Returns a new array created by concatenating the given values to the end of the original array.
The original array is unchanged. If an array is provided as a parameter to concat(), each of its elements are appended as separate array elements at the end of the new array. Returns a new array, the result of concatenation the given values to the end of the original array.

ParameterTypeDescription
valueElementCatalogEntriesAny number of values to be added to the end of the array.
Can also be arrays.

ElementCatalogEntry pop ()
Removes the last element from the array.

number push (value: ElementCatalogEntry)
Places value onto the end of the array.
Returns the new length of the array.

ParameterTypeDescription
valueElementCatalogEntry

Element of

Book.ElementCatalog

Doc.ElementCatalog

TypedVal.csval

Used in:

ElementCatalogEntries ElementCatalogEntries.concat (value: ElementCatalogEntries)

Return

ElementCatalogEntries ElementCatalogEntries.concat (value: ElementCatalogEntries)

Jongware, 18-Jan-2015 v1.0Contents :: Index