Information about documents
When matching documents (e.g. in a meta document), you can access information about the document you are matching. For example, if you say d is Document
you can request informatin about the document you have just matched.
You can request these information:
Property | Description |
| The key of the document, e.g. |
| Whether the document is disabled or not |
| Whether the document is hidden or not |
| Wether the document appears before the table of contents or not |
| Whether the document should be signed or not |
| Whether the document creates missing values in the case or not |
| The type of the document, e.g. PDF or ADX |
| A list of the matched instances of the document |
| A dictionary of matched instances of the document. The keys is the name of the match, e.g. "p" and the value is the instance or a list of instances |
Last updated