taxtank-core 2.0.15 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
@@ -8481,6 +8481,10 @@ declare class PdfFromHtmlTableService extends PdfFromTableService {
|
|
8481
8481
|
* Generate PDF file from provided list of HTML tables
|
8482
8482
|
*/
|
8483
8483
|
private generateFile;
|
8484
|
+
/**
|
8485
|
+
* extracts formatted text from caption's html
|
8486
|
+
*/
|
8487
|
+
private getCaptionText;
|
8484
8488
|
static ɵfac: i0.ɵɵFactoryDeclaration<PdfFromHtmlTableService, never>;
|
8485
8489
|
static ɵprov: i0.ɵɵInjectableDeclaration<PdfFromHtmlTableService>;
|
8486
8490
|
}
|