1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateLinkedPositionEdges class
  8. /
  9. TemplateLinkedPositionEdges constructor

TemplateLinkedPositionEdges constructor

On this page

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

On this page