|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Writer_Excel2007_Drawing:
Collaboration diagram for PHPExcel_Writer_Excel2007_Drawing:Public Member Functions | |
| writeDrawings (PHPExcel_Worksheet $pWorksheet=null) | |
| Write drawings to XML format. | |
| _writeDrawing (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Worksheet_BaseDrawing $pDrawing=null, $pRelationId=-1) | |
| Write drawings to XML format. | |
| writeVMLHeaderFooterImages (PHPExcel_Worksheet $pWorksheet=null) | |
| Write VML header/footer images to XML format. | |
| _writeVMLHeaderFooterImage (PHPExcel_Shared_XMLWriter $objWriter=null, $pReference= '', PHPExcel_Worksheet_HeaderFooterDrawing $pImage=null) | |
| Write VML comment to XML format. | |
| allDrawings (PHPExcel $pPHPExcel=null) | |
| Get an array of all drawings. | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. | |
| getParentWriter () | |
| Get parent IWriter object. | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. | |
Definition at line 36 of file Drawing.php.
| 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 |
| Exception |
Definition at line 87 of file Drawing.php.
References 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 |
| Exception |
Definition at line 452 of file Drawing.php.
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 |
| Exception |
Definition at line 494 of file Drawing.php.
| PHPExcel_Writer_Excel2007_Drawing::writeDrawings | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write drawings to XML format.
| PHPExcel_Worksheet | $pWorksheet |
| Exception |
Definition at line 45 of file Drawing.php.
References _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 |
| Exception |
Definition at line 304 of file Drawing.php.
References _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: