TemplateLinkedPositionEdges constructor

init

Initializes a new instance of the TemplateLinkedPositionEdges class.

def __init__(self, left, top, right, bottom):
    ...
Parameter Type Description
left bool The value that indicates whether a field is searched by the left from the linked field.
top bool The value that indicates whether a field is searched by the top from the linked field.
right bool The value that indicates whether a field is searched by the right from the linked field.
bottom bool The value that indicates whether a field is searched by the bottom from the linked field.

See Also