LineParameterType¶
Specification of the line and offset for the beginning and end of the segment.
Properties¶
Name |
Type |
Description |
|
---|---|---|---|
StartLine |
nonNegativeInteger |
0..1 |
Number of lines from beginning of the document. |
StartOffset |
nonNegativeInteger |
0..1 |
Number of characters from start of the line specified in StartLine. |
EndLine |
nonNegativeInteger |
0..1 |
Number of lines from beginning of the document. |
EndOffset |
int |
0..1 |
Number of characters from the start of the line specified in EndLine. |