|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
namespace PhpOffice\PhpSpreadsheet\Writer\Ods;
|
|
|
4 |
|
|
|
5 |
class Thumbnails extends WriterPart
|
|
|
6 |
{
|
|
|
7 |
/**
|
|
|
8 |
* Write Thumbnails/thumbnail.png to PNG format.
|
|
|
9 |
*
|
|
|
10 |
* @return string XML Output
|
|
|
11 |
*/
|
|
|
12 |
public function write(): string
|
|
|
13 |
{
|
|
|
14 |
return '';
|
|
|
15 |
}
|
|
|
16 |
}
|