LineItemBlock
Documentation / extractor/pdf-to-html/models/LineItemBlock
default​
Defined in: extractor/pdf-to-html/models/LineItemBlock.js:5
Extends​
Constructors​
Constructor​
new default(options: any): default;
Defined in: extractor/pdf-to-html/models/LineItemBlock.js:6
Parameters​
Parameter | Type |
---|---|
|
|
Returns​
Overrides​
Properties​
annotation​
annotation: any;
Defined in: extractor/pdf-to-html/models/PageItem.js:8
Inherited from​
items​
items: any[];
Defined in: extractor/pdf-to-html/models/LineItemBlock.js:8
parsedElements​
parsedElements: any;
Defined in: extractor/pdf-to-html/models/PageItem.js:9
Inherited from​
type​
type: any;
Defined in: extractor/pdf-to-html/models/PageItem.js:7
Inherited from​
Methods​
addItem()​
addItem(item: any): void;
Defined in: extractor/pdf-to-html/models/LineItemBlock.js:14
Parameters​
Parameter | Type |
---|---|
|
|
Returns​
void