|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_Excel2007_Drawing:
Collaboration diagram for PHPExcel_Writer_Excel2007_Drawing:Public Member Functions | |
| writeDrawings (PHPExcel_Worksheet $pWorksheet=null, &$chartRef, $includeCharts=FALSE) | |
| Write drawings to XML format. More... | |
| _writeChart (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Chart $pChart=null, $pRelationId=-1) | |
| Write drawings to XML format. More... | |
| _writeDrawing (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Worksheet_BaseDrawing $pDrawing=null, $pRelationId=-1) | |
| Write drawings to XML format. More... | |
| writeVMLHeaderFooterImages (PHPExcel_Worksheet $pWorksheet=null) | |
| Write VML header/footer images to XML format. More... | |
| _writeVMLHeaderFooterImage (PHPExcel_Shared_XMLWriter $objWriter=null, $pReference='', PHPExcel_Worksheet_HeaderFooterDrawing $pImage=null) | |
| Write VML comment to XML format. More... | |
| allDrawings (PHPExcel $pPHPExcel=null) | |
| Get an array of all drawings. More... | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
| getParentWriter () | |
| Get parent IWriter object. More... | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
Definition at line 36 of file Drawing.php.
| PHPExcel_Writer_Excel2007_Drawing::_writeChart | ( | PHPExcel_Shared_XMLWriter | $objWriter = null, |
| PHPExcel_Chart | $pChart = null, |
||
$pRelationId = -1 |
|||
| ) |
Write drawings to XML format.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Chart | $pChart | |
| int | $pRelationId |
| PHPExcel_Writer_Exception |
Definition at line 100 of file Drawing.php.
References $objWriter, PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), and PHPExcel_Shared_Drawing\pixelsToEMU().
Referenced by writeDrawings().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Drawing::_writeDrawing | ( | PHPExcel_Shared_XMLWriter | $objWriter = null, |
| PHPExcel_Worksheet_BaseDrawing | $pDrawing = null, |
||
$pRelationId = -1 |
|||
| ) |
Write drawings to XML format.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Worksheet_BaseDrawing | $pDrawing | |
| int | $pRelationId |
| PHPExcel_Writer_Exception |
Definition at line 172 of file Drawing.php.
References $objWriter, PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), PHPExcel_Shared_Drawing\degreesToAngle(), and PHPExcel_Shared_Drawing\pixelsToEMU().
Referenced by writeDrawings().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Drawing::_writeVMLHeaderFooterImage | ( | PHPExcel_Shared_XMLWriter | $objWriter = null, |
$pReference = '', |
|||
| PHPExcel_Worksheet_HeaderFooterDrawing | $pImage = null |
||
| ) |
Write VML comment to XML format.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| string | $pReference | Reference |
| PHPExcel_Worksheet_HeaderFooterDrawing | $pImage | Image |
| PHPExcel_Writer_Exception |
Definition at line 537 of file Drawing.php.
References $id, $m, and $objWriter.
Referenced by writeVMLHeaderFooterImages().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Drawing::allDrawings | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all drawings.
| PHPExcel | $pPHPExcel |
| PHPExcel_Writer_Exception |
Definition at line 579 of file Drawing.php.
References $i.
| PHPExcel_Writer_Excel2007_Drawing::writeDrawings | ( | PHPExcel_Worksheet | $pWorksheet = null, |
| & | $chartRef, | ||
$includeCharts = FALSE |
|||
| ) |
Write drawings to XML format.
| PHPExcel_Worksheet | $pWorksheet | |
| int | &$chartRef | Chart ID |
| boolean | $includeCharts | Flag indicating if we should include drawing details for charts |
| PHPExcel_Writer_Exception |
Definition at line 47 of file Drawing.php.
References $i, $objWriter, _writeChart(), _writeDrawing(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Drawing::writeVMLHeaderFooterImages | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write VML header/footer images to XML format.
| PHPExcel_Worksheet | $pWorksheet |
| PHPExcel_Writer_Exception |
Definition at line 389 of file Drawing.php.
References $key, $objWriter, _writeVMLHeaderFooterImage(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function: