Need better scanning performance?
ApplicableTextLineNumbers
Parameter ApplicableTextLineNumbers specifies the line numbers of the targeting lines which are specified by the TextLineSpecification object.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── ApplicableTextLineNumbers
Parent object: TextLineSpecification object
Example:
{
"ApplicableTextLineNumbers": "1-10"
}
- This snippet shows only the
ApplicableTextLineNumbersparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| ApplicableTextLineNumbers Parameter Details |
|---|
| Type String |
| Range A string of one or more of the following data: 1. One int value which represents a specified line index; 2. One Expression, start index and stop index connected with “”-“”, which represents a specified line index range. |
| Default Value ”” |
| Remarks (1) The value is 1-based. (2) “” represents all lines. (3) The processed of the not specified text lines will implement the default settings. (4) If the line number you specified doesn’t exist, the library will ignore it. |