TemplateLinkedPosition class

TemplateLinkedPosition class

Provides a template field position which uses the linked field.

Inheritance: TemplateLinkedPositionTemplatePosition

The TemplateLinkedPosition type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the TemplateLinkedPosition class.
init Initializes a new instance of the TemplateLinkedPosition class with UPPER CASE linked field name.
init Initializes a new instance of the TemplateLinkedPosition class.

Properties

Property Description
linked_field_name Gets the linked field name.
search_area Gets the size of the area where a field is searched.
edges Gets the edges of the linked field where a field is searched.
auto_scale Gets the value that indicates whether TemplateLinkedPosition.search_area is scaled by the linked field size.

Example

The following example shows the code for the situation if it’s known that the field with an invoice number is placed on the right of “Invoice number” string the following code is used:

See Also