Adobe FrameMaker-12 Object Model JS: PropVals

FrameMaker 12.0

Class

PropVals

 

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

See also PropVal.

QuickLinks

concat, pop, push

Properties

PropertyTypeAccessDescription
lengthnumber r/wThe length of the array

Methods

Instances

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

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

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

ParameterTypeDescription
valuePropVal

Used in:

void AFrame.SetProps (setVal: PropVals)

void Arc.SetProps (setVal: PropVals)

void AttrCondExpr.SetProps (setVal: PropVals)

void BodyPage.SetProps (setVal: PropVals)

int Book.Export (fileName: string, exportParams: PropVals, exportReturnParams: PropVals)

Object Book.Import (textLocP: TextLoc, filename: string, importParams: PropVals, importReturnParams: PropVals)

Object Book.NewIterator (paramsp: PropVals)

Object Book.Save (saveAsName: string, saveParams: PropVals, saveReturnParams: PropVals)

void Book.SetProps (setVal: PropVals)

int Book.UpdateBook (updateParams: PropVals, updateReturnParams: PropVals)

void BookComponent.SetProps (setVal: PropVals)

void CMSConnection.SetProps (setVal: PropVals)

void CMSObject.CMSSetProperties (propVals: PropVals)

void CMSObject.SetProps (setVal: PropVals)

void CMSRegistration.SetProps (setVal: PropVals)

void CMSSession.SetProps (setVal: PropVals)

void Cell.SetProps (setVal: PropVals)

void CharFmt.SetProps (setVal: PropVals)

void Color.SetProps (setVal: PropVals)

void CombinedFontDefn.SetProps (setVal: PropVals)

void Command.SetProps (setVal: PropVals)

void CondFmt.SetProps (setVal: PropVals)

int Doc.Export (fileName: string, exportParams: PropVals, exportReturnParams: PropVals)

TextRange Doc.Find (textLoc: TextLoc, findParams: PropVals)

Object Doc.Import (textLocP: TextLoc, filename: string, importParams: PropVals, importReturnParams: PropVals)

Object Doc.NewIterator (paramsp: PropVals)

Object Doc.Save (saveAsName: string, saveParams: PropVals, saveReturnParams: PropVals)

void Doc.SetProps (setVal: PropVals)

void Doc.SetTextProps (textRange: TextRange, setVal: PropVals)

void Element.SetProps (setVal: PropVals)

void ElementDef.SetProps (setVal: PropVals)

void Ellipse.SetProps (setVal: PropVals)

void Flow.SetProps (setVal: PropVals)

void FmtChangeList.SetProps (setVal: PropVals)

void FmtRule.SetProps (setVal: PropVals)

void FmtRuleClause.SetProps (setVal: PropVals)

void Fn.SetProps (setVal: PropVals)

void Globals.AppendIntProp (pv: PropVals, prop: int, val: int)

void Globals.AppendMetricProp (pv: PropVals, prop: int, val: int)

void Globals.AppendStringProp (pv: PropVals, prop: int, val: string)

void Globals.AppendStringsProp (pv: PropVals, prop: int, val: Strings)

void Globals.AppendVal (pv: PropVals, prop: int, val: TypedVal)

int Globals.CheckStatus (p: PropVals, statusBit: int)

int Globals.GetPropIndex (propVals: PropVals, propNum: int)

bool Globals.IsDataDifferentFromTemplateData (templatePath: string, templateDataProps: PropVals)

Object Globals.NewXML (newXMLParams: PropVals, newXMLReturnParamspp: PropVals)

Object Globals.Open (fileName: string, openParams: PropVals, openReturnParams: PropVals)

void Globals.PrintExportStatus (p: PropVals)

void Globals.PrintImportStatus (p: PropVals)

void Globals.PrintOpenStatus (p: PropVals)

void Globals.PrintPropVals (p: PropVals)

void Globals.PrintSaveStatus (p: PropVals)

void Globals.PrintUpdateBookStatus (p: PropVals)

void GraphicsFmt.SetProps (setVal: PropVals)

void Group.SetProps (setVal: PropVals)

void HiddenPage.SetProps (setVal: PropVals)

void Inset.SetProps (setVal: PropVals)

void Iterator.SetProps (setVal: PropVals)

void KeyCatalog.SetProps (setVal: PropVals)

void Line.SetProps (setVal: PropVals)

void Marker.SetProps (setVal: PropVals)

void MarkerType.SetProps (setVal: PropVals)

void MasterPage.SetProps (setVal: PropVals)

void Math.SetProps (setVal: PropVals)

void MathML.SetProps (setVal: PropVals)

void Menu.SetProps (setVal: PropVals)

void MenuItemSeparator.SetProps (setVal: PropVals)

void Pgf.SetProps (setVal: PropVals)

void PgfFmt.SetProps (setVal: PropVals)

void Polygon.SetProps (setVal: PropVals)

void Polyline.SetProps (setVal: PropVals)

PropVals PropVals.concat (value: PropVals)

void Rectangle.SetProps (setVal: PropVals)

void RefPage.SetProps (setVal: PropVals)

void RoundRect.SetProps (setVal: PropVals)

void Row.SetProps (setVal: PropVals)

void Rubi.SetProps (setVal: PropVals)

void RulingFmt.SetProps (setVal: PropVals)

void SubCol.SetProps (setVal: PropVals)

void Tbl.SetProps (setVal: PropVals)

void TblFmt.SetProps (setVal: PropVals)

void TextFrame.SetProps (setVal: PropVals)

void TextLine.SetProps (setVal: PropVals)

void TiApiClient.SetProps (setVal: PropVals)

void TiFlow.SetProps (setVal: PropVals)

void TiText.SetProps (setVal: PropVals)

void TiTextTable.SetProps (setVal: PropVals)

void UnanchoredFrame.SetProps (setVal: PropVals)

void Var.SetProps (setVal: PropVals)

void VarFmt.SetProps (setVal: PropVals)

void XRef.SetProps (setVal: PropVals)

void XRefFmt.SetProps (setVal: PropVals)

void app.SetProps (setVal: PropVals)

Return

PropVals AFrame.GetProps ()

PropVals Arc.GetProps ()

PropVals AttrCondExpr.GetProps ()

PropVals BodyPage.GetProps ()

PropVals Book.GetProps ()

PropVals BookComponent.GetProps ()

PropVals CMSConnection.GetProps ()

PropVals CMSObject.CMSGetProperties ()

PropVals CMSObject.GetProps ()

PropVals CMSRegistration.GetProps ()

PropVals CMSSession.GetProps ()

PropVals Cell.GetProps ()

PropVals CharFmt.GetProps ()

PropVals Color.GetProps ()

PropVals CombinedFontDefn.GetProps ()

PropVals Command.GetProps ()

PropVals CondFmt.GetProps ()

PropVals Doc.GetProps ()

PropVals Doc.GetTextProps (textLoc: TextLoc)

PropVals Element.GetProps ()

PropVals ElementDef.GetProps ()

PropVals Ellipse.GetProps ()

PropVals Flow.GetProps ()

PropVals FmtChangeList.GetProps ()

PropVals FmtRule.GetProps ()

PropVals FmtRuleClause.GetProps ()

PropVals Fn.GetProps ()

PropVals Globals.AllocatePropVals (numProps: int)

PropVals Globals.GetExportDefaultParams (: void)

PropVals Globals.GetImportDefaultParams ()

PropVals Globals.GetIteratorDefaultParams ()

PropVals Globals.GetNewXMLDefaultParams ()

PropVals Globals.GetOpenDefaultParams ()

PropVals Globals.GetSaveDefaultParams ()

PropVals Globals.GetUpdateBookDefaultParams ()

PropVals GraphicsFmt.GetProps ()

PropVals Group.GetProps ()

PropVals HiddenPage.GetProps ()

PropVals Inset.GetProps ()

PropVals Iterator.GetNextIteratorItem ()

PropVals Iterator.GetProps ()

PropVals KeyCatalog.GetProps ()

PropVals Line.GetProps ()

PropVals Marker.GetProps ()

PropVals MarkerType.GetProps ()

PropVals MasterPage.GetProps ()

PropVals Math.GetProps ()

PropVals MathML.GetProps ()

PropVals Menu.GetProps ()

PropVals MenuItemSeparator.GetProps ()

PropVals Pgf.GetProps ()

PropVals PgfFmt.GetProps ()

PropVals Polygon.GetProps ()

PropVals Polyline.GetProps ()

PropVals PropVals.concat (value: PropVals)

PropVals Rectangle.GetProps ()

PropVals RefPage.GetProps ()

PropVals RoundRect.GetProps ()

PropVals Row.GetProps ()

PropVals Rubi.GetProps ()

PropVals RulingFmt.GetProps ()

PropVals SubCol.GetProps ()

PropVals Tbl.GetProps ()

PropVals TblFmt.GetProps ()

PropVals TextFrame.GetProps ()

PropVals TextLine.GetProps ()

PropVals TiApiClient.GetProps ()

PropVals TiFlow.GetProps ()

PropVals TiText.GetProps ()

PropVals TiTextTable.GetProps ()

PropVals UnanchoredFrame.GetProps ()

PropVals Var.GetProps ()

PropVals VarFmt.GetProps ()

PropVals XRef.GetProps ()

PropVals XRefFmt.GetProps ()

PropVals app.GetProps ()

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