Lawtext core references / core/src/node/cst/line / SupplProvisionAppdxItemHeadLine
Class: SupplProvisionAppdxItemHeadLine
Defined in: core/src/node/cst/line.ts:368 (opens in a new tab)
A head line of an appended item in a supplementary provision. Please see the source code of $supplProvisionAppdxItemHeadLine for the detailed syntax.
Extends
WithControlsLine
<SPA
>
Constructors
new SupplProvisionAppdxItemHeadLine()
new SupplProvisionAppdxItemHeadLine(
options
):SupplProvisionAppdxItemHeadLine
Defined in: core/src/node/cst/line.ts:372 (opens in a new tab)
Parameters
options
SupplProvisionAppdxItemHeadLineOptions
Returns
SupplProvisionAppdxItemHeadLine
Overrides
WithControlsLine<LineType.SPA>.constructor
Properties
controls
controls:
Controls
Defined in: core/src/node/cst/line.ts:109 (opens in a new tab)
Inherited from
WithControlsLine.controls
indentTexts
indentTexts:
string
[]
Defined in: core/src/node/cst/line.ts:73 (opens in a new tab)
Inherited from
WithControlsLine.indentTexts
lineEndText
lineEndText:
string
Defined in: core/src/node/cst/line.ts:50 (opens in a new tab)
Inherited from
WithControlsLine.lineEndText
mainTag
mainTag:
"SupplProvisionAppdxTable"
|"SupplProvisionAppdxStyle"
|"SupplProvisionAppdx"
Defined in: core/src/node/cst/line.ts:369 (opens in a new tab)
range
range:
null
| [number
,number
]
Defined in: core/src/node/cst/line.ts:49 (opens in a new tab)
Inherited from
WithControlsLine.range
relatedArticleNum
relatedArticleNum:
SentenceChildEL
[]
Defined in: core/src/node/cst/line.ts:371 (opens in a new tab)
title
title:
SentenceChildEL
[]
Defined in: core/src/node/cst/line.ts:370 (opens in a new tab)
type
type:
SPA
Defined in: core/src/node/cst/line.ts:48 (opens in a new tab)
Inherited from
WithControlsLine.type
Accessors
controlsEndPos
Get Signature
get controlsEndPos():
null
|number
Defined in: core/src/node/cst/line.ts:124 (opens in a new tab)
Returns
null
| number
Inherited from
WithControlsLine.controlsEndPos
indentsEndPos
Get Signature
get indentsEndPos():
null
|number
Defined in: core/src/node/cst/line.ts:93 (opens in a new tab)
Returns
null
| number
Inherited from
WithControlsLine.indentsEndPos
relatedArticleNumRange
Get Signature
get relatedArticleNumRange():
null
| [number
,number
]
Defined in: core/src/node/cst/line.ts:388 (opens in a new tab)
Returns
null
| [number
, number
]
titleRange
Get Signature
get titleRange():
null
| [number
,number
]
Defined in: core/src/node/cst/line.ts:380 (opens in a new tab)
Returns
null
| [number
, number
]
Methods
controlsRangeTexts()
controlsRangeTexts(): [
null
| [number
,number
],string
,string
][]
Defined in: core/src/node/cst/line.ts:116 (opens in a new tab)
Returns
[null
| [number
, number
], string
, string
][]
Inherited from
WithControlsLine.controlsRangeTexts
indentRangeTexts()
indentRangeTexts(): [
null
| [number
,number
],string
,string
][]
Defined in: core/src/node/cst/line.ts:80 (opens in a new tab)
Returns
[null
| [number
, number
], string
, string
][]
Inherited from
WithControlsLine.indentRangeTexts
lineEndTextRange()
lineEndTextRange():
null
| [number
,number
]
Defined in: core/src/node/cst/line.ts:62 (opens in a new tab)
Returns
null
| [number
, number
]
Inherited from
WithControlsLine.lineEndTextRange
rangeTexts()
rangeTexts(): [
null
| [number
,number
],string
,string
][]
Defined in: core/src/node/cst/line.ts:397 (opens in a new tab)
Returns
[null
| [number
, number
], string
, string
][]
Overrides
WithControlsLine.rangeTexts
text()
text():
string
Defined in: core/src/node/cst/line.ts:58 (opens in a new tab)
Returns
string
Inherited from
WithControlsLine.text