Setting Object Properties

Setting Object Properties

LoadImage("picture", ["name"])
Loads the Picture "picture" into the Image Frame "name". If "name" is not given the currently selected Item is used.
ScaleImage(x-scaling, y-scaling, ["name"])
Sets the Scaling Factors of the Picture in the Image Frame "name". If "name" is not given the currently selected Item is used. A Number of 1 means 100 %.
SetCornerRadius(radius, ["name"])
Sets the Corner Radius of the Object "name" The Radius is expressed in Points. If "name" is not given the currently selected Item is used.
SetFillColor("color", ["name"])
Sets the Fill Color of the Object "name" to the Color "color". "color" is the Name of one of the defined Colors. If "name" is not given the currently selected Item is used.
SetFillShade(shade, ["name"])
Sets the shading of the Fill Color of the Object "name" to "shade". "shade" must be an Integer Value in the range from 0 (lightest) to 100 (full Color intensity). If "name" is not given the currently selected Item is used.
SetGradientFill(type, "color1", shade1, "color2", shade2, ["name"])
Sets the Gradient Fill of the Object "name" to type. Color Descriptions are the same as for "SetFillColor" and "SetFillShade".
SetLineCap("cap", ["name"])
Sets the Line Cap Style of the Object "name" to the Style "cap". If "name" is not given the currently selected Item is used. There are predefined Constants for "cap".
SetLineColor("color", ["name"])
Sets the Line Color of the Object "name" to the Color "color". If "name" is not given the currently selected Item is used.
SetMultiLine("namedStyle", ["name"])
Sets the Line Style of the Object "name" to the Named Style "namedStyle". If "name" is not given the currently selected Item is used.
SetLineJoin("join", ["name"])
Sets the Line Join Style of the Object "name" to the Style "join". If "name" is not given the currently selected Item is used. There are predefined Constants for "join".
SetLineShade(shade, ["name"])
Sets the shading of the Line Color of the Object "name" to "shade". "shade" must be an Integer Value in the range from 0 (lightest) to 100 (full Color intensity). If "name" is not given the currently selected Item is used.
SetLineStyle("style", ["name"])
Sets the Line Style of the Object "name" to the Style "style". If "name" is not given the currently selected Item is used. There are predefined Constants for "style".
SetLineWidth(width, ["name"])
Sets Line Width of the Object "name" to "width". "width" must be in the range from 0.0 to 12.0 inclusive. If "name" is not given the currently selected Item is used.
TextFlowsAroundFrame(name [, number])
Enables/disables "Text Flows Around Frame" feature for object. Called with params string name and voluntary 1|0. When 1 set flowing to true (0 to false). When is second param empty flowing is reverted.
LinkTextFrames('name1', 'name2')
Create the linked text frames. Parameters are the object names.
UnlinkTextFrames('name')
Remove the specified (named) object from the text frame flows/linkage.