GroupingType
Description
The GroupingType enum specifies the group that a Parameter Definition belongs to. This is useful when processing fields or Parameters of a certain kind.
Members
Name | Value | Description |
---|---|---|
None | 0 | No grouping specified. |
Page | 1 | The parameter definition relates to a Page type. This definition is the parent for page element definitions, like Paragraphs, Tables, Anchors, Fields, etc. |
Cluster | 2 | The parameter definition relates to a Cluster type. |
Table | 3 | The parameter definition relates to a Table type. This definition is the parent for all Row and Column definitions. |
Row | 4 | The parameter definition relates to a Row type. |
Column | 5 | The parameter definition relates to a Column type. |
Paragraph | 7 | The parameter definition relates to a Paragraph type. This definition is the parent of Line definitions in the document. |
Line | 8 | The parameter definition relates to a Line type. This definition is the parent of Word definitions in the document. |
Word | 9 | The parameter definition relates to a Word type. |
Array | 10 | The parameter definition relates to an Array type. This definition may be used with list elements that are not Custom Tables. |
Form | 11 | The parameter definition relates to a Form type. This parameter definition is the parent for all page definitions in the document. |
Field | 12 | The parameter definition relates to a Field type. This definition is typically used for any Custom Labels on a document. |
Anchor | 13 | The parameter definition relates to an Anchor type. This definition is used internally by AIForged to anchor Fields/Custom Labels to a certain location in the document. |
Unknown | 99 | Unkown groupng type. |