Adobe FrameMaker-12 Object Model JS: CMSProperties

FrameMaker 12.0

Class

CMSProperties

 

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

See also CMSProperty.

QuickLinks

concat, pop, push

Properties

PropertyTypeAccessDescription
lengthnumber r/wThe length of the array

Methods

Instances

CMSProperties concat (value: CMSProperties)
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
valueCMSPropertiesAny number of values to be added to the end of the array.
Can also be arrays.

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

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

ParameterTypeDescription
valueCMSProperty

Used in:

CMSProperties CMSObject.CMSShowPropertyUI (props: CMSProperties)

CMSProperties CMSObject.CMSShowPropertyUIWithTitle (props: CMSProperties, title: string)

CMSProperties CMSProperties.concat (value: CMSProperties)

Return

CMSProperties CMSObject.CMSShowPropertyUI (props: CMSProperties)

CMSProperties CMSObject.CMSShowPropertyUIWithTitle (props: CMSProperties, title: string)

CMSProperties CMSProperties.concat (value: CMSProperties)

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