Class
PropVal
PropVal
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
propIdent | PropIdent | readwrite | |
propVal | TypedVal | readwrite |
Methods
Constructor
PropVal PropVal (propIdent: PropIdent, propVal: TypedVal)
Parameter | Type | Description |
---|---|---|
propIdent | PropIdent | |
propVal | TypedVal |
Example | new PropVal() |
Used in:
void CMSObject.CMSSetProperty (propVal: PropVal)
void Doc.SetTextPropVal (textRange: TextRange, setVal: PropVal)
void Globals.PrintPropVal (p: PropVal)
number PropVals.push (value: PropVal)
Return
PropVal CMSObject.CMSGetProperty (propertyId: PropIdent)
PropVal Doc.GetTextPropVal (textLoc: TextLoc, propNum: int)
PropVal PropVal.PropVal (propIdent: PropIdent, propVal: TypedVal)
PropVal PropVals.pop ()
Jongware, 18-Jan-2015 v1.0 | Contents :: Index |