A class that represents a VSDX Connect element.
Remarks
It provides additional, usually redundant, information about which cells on a page or master are logically connected. Note that defining Connect elements is not a replacement for "glueing" cells together with formulas.
New instances of this class are created with Connects.create.
See also EdgeUtils.staticGlueBegin, EdgeUtils.staticGlueEnd, EdgePathProcessingStep.
Members
Properties
Optional reference to a specific cell this instance connects from.
Optional reference to a specific cell this instance connects from.
This property is readonly. Use setFromCell to set this property.
Optional property to specify the part of the shape this instance connects from.
Optional property to specify the part of the shape this instance connects from.
Defined in
VsdxObject.parentOptional reference to a specific cell this instance connects to.
Optional reference to a specific cell this instance connects to.
This property is readonly. Use setToCell to set this property.
Optional property to specify the part of the shape this instance connects to.
Optional property to specify the part of the shape this instance connects to.