Adobe FrameMaker-12 Object Model JS: Var
From FrameMaker 12.0
Class
Var
QuickLinks
Delete, GetProps, GetText, ObjectValid, SetPropsProperties
| Property | Type | Access | Description |
|---|---|---|---|
| Element | Element | readonly | |
| Locked | int | readwrite | |
| NextVarInDoc | Var | readonly | |
| TextRange | TextRange | readonly | |
| Unique | int | readonly | |
| UserString | string | readwrite | |
| VarFmt | VarFmt | readwrite |
Methods
Instances
PropVals GetProps ()
TextItems GetText (flags: int)
| Parameter | Type | Description |
|---|---|---|
| flags | int |
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
Element of
Doc.FirstVarInDoc
Var.NextVarInDoc
Return
Var Doc.NewAnchoredFormattedVar (format: string, textLoc: TextLoc)
| Jongware, 18-Jan-2015 v1.0 | Contents :: Index |