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

TemplateLinkedPositionEdges class

TemplateLinkedPositionEdges class

Provides the edges of the linked field where the text field is seached. TemplateLinkedPositionEdges is used in TemplateLinkedPosition class.

The TemplateLinkedPositionEdges type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the TemplateLinkedPositionEdges class.

Properties

Property Description
is_empty Gets the value that indicates whether the instance is empty.
left Gets the value that indicates whether a field is searched by the left from the linked field.
top Gets the value that indicates whether a field is searched by the top from the linked field.
right Gets the value that indicates whether a field is searched by the right from the linked field.
bottom Gets the value that indicates whether a field is searched by the bottom from the linked field.

Methods

Method Description
parse Converts the string representation of edges to its class equivalent.
try_parse Converts the string representation of edges to its class equivalent.
A return value indicates whether the conversion is succeeded or failed.

See Also