ReferenceGroupName
Parameter ReferenceGroupName
can be configured to reference a father, grandfather, uncle, sibling TextLineSpecification
object, etc., but not descendants. It is used to define the reference group for space layout configuration and affects the following parameters:
- ApplicableTextLineNumbers (Only if the reference group is the parent group)
- FirstPoint
- SecondPoint
- ThirdPoint
- FourthPoint
Example
{
"Name" : "tls_0",
"ApplicableTextLineNumbers": "5-8",
"SubGroups" : [
{
"Name" : "tls_0_0",
// "1-2" is equivalent to "5-6" for ApplicableTextLineNumbers in the tls_0 group.
"ApplicableTextLineNumbers": "1-2",
"ReferenceGroupName" : "tls_0"
}
]
}
Parameter Summary
Parameter Details |
---|
Type String |
Default Value ”” |
Remarks It must be the name of the TextLineSpecification object. It is configured to reference a father, grandfather, uncle, sibling TextLineSpecification object, etc., but not descendants. |