Syntax¶
There are two classes of regions: zones (an area, i.e. a polygon, on the page) and lines (an area, plus a baseline).
Zones or lines can be caracterised by:
- a type (mandatory, controlled values)
- a subtype (optional, suggested open list of values)
- a number (optional)
using the following syntax:
Region(:subtype)?(#\d)?
e.g.:
MainZone
can be completed the following way:
MainZone#1
MainZone:column
MainZone:column#1