Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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"
}

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: