Adobe FrameMaker-12 Object Model JS: Metrics

FrameMaker 12.0

Class

Metrics

 

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

QuickLinks

concat, pop, push

Properties

PropertyTypeAccessDescription
lengthnumber r/wThe length of the array

Methods

Instances

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

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

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

ParameterTypeDescription
valueint

Element of

AFrame.Dash

Arc.Dash

Ellipse.Dash

Group.Dash

Inset.Dash

Line.Dash

Math.Dash

MathML.Dash

Polygon.Dash

Polyline.Dash

Rectangle.Dash

RoundRect.Dash

Tbl.TblColWidths

TextFrame.Dash

TextLine.Dash

TypedVal.msval

UnanchoredFrame.Dash

Used in:

Metrics Metrics.concat (value: Metrics)

Return

Metrics Metrics.concat (value: Metrics)

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