|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for PhpOffice\PhpSpreadsheet\Worksheet\Drawing:
Collaboration diagram for PhpOffice\PhpSpreadsheet\Worksheet\Drawing:Public Member Functions | |
| __construct () | |
| Create a new Drawing. More... | |
| getFilename () | |
| Get Filename. More... | |
| getIndexedFilename () | |
| Get indexed filename (using image index). More... | |
| getExtension () | |
| Get Extension. More... | |
| getPath () | |
| Get Path. More... | |
| setPath ($pValue, $pVerifyFile=true) | |
| Set Path. More... | |
| getHashCode () | |
| Get hash code. More... | |
Public Member Functions inherited from PhpOffice\PhpSpreadsheet\Worksheet\BaseDrawing | |
| __construct () | |
| Create a new BaseDrawing. More... | |
| getImageIndex () | |
| Get image index. More... | |
| getName () | |
| Get Name. More... | |
| setName ($pValue) | |
| Set Name. More... | |
| getDescription () | |
| Get Description. More... | |
| setDescription ($description) | |
| Set Description. More... | |
| getWorksheet () | |
| Get Worksheet. More... | |
| setWorksheet (?Worksheet $pValue=null, $pOverrideOld=false) | |
| Set Worksheet. More... | |
| getCoordinates () | |
| Get Coordinates. More... | |
| setCoordinates ($pValue) | |
| Set Coordinates. More... | |
| getOffsetX () | |
| Get OffsetX. More... | |
| setOffsetX ($pValue) | |
| Set OffsetX. More... | |
| getOffsetY () | |
| Get OffsetY. More... | |
| setOffsetY ($pValue) | |
| Set OffsetY. More... | |
| getWidth () | |
| Get Width. More... | |
| setWidth ($pValue) | |
| Set Width. More... | |
| getHeight () | |
| Get Height. More... | |
| setHeight ($pValue) | |
| Set Height. More... | |
| setWidthAndHeight ($width, $height) | |
| Set width and height with proportional resize. More... | |
| getResizeProportional () | |
| Get ResizeProportional. More... | |
| setResizeProportional ($pValue) | |
| Set ResizeProportional. More... | |
| getRotation () | |
| Get Rotation. More... | |
| setRotation ($pValue) | |
| Set Rotation. More... | |
| getShadow () | |
| Get Shadow. More... | |
| setShadow (?Drawing\Shadow $pValue=null) | |
| Set Shadow. More... | |
| getHashCode () | |
| Get hash code. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
| setHyperlink (?Hyperlink $pHyperlink=null) | |
| getHyperlink () | |
| getHashCode () | |
| Get hash code. More... | |
Private Attributes | |
| $path | |
Additional Inherited Members | |
Protected Attributes inherited from PhpOffice\PhpSpreadsheet\Worksheet\BaseDrawing | |
| $name | |
| $description | |
| $worksheet | |
| $coordinates | |
| $offsetX | |
| $offsetY | |
| $width | |
| $height | |
| $resizeProportional | |
| $rotation | |
| $shadow | |
Definition at line 7 of file Drawing.php.
| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::__construct | ( | ) |
Create a new Drawing.
Reimplemented from PhpOffice\PhpSpreadsheet\Worksheet\BaseDrawing.
Definition at line 19 of file Drawing.php.
| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::getExtension | ( | ) |
Get Extension.
Definition at line 56 of file Drawing.php.
Referenced by PhpOffice\PhpSpreadsheet\Worksheet\Drawing\getIndexedFilename().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::getFilename | ( | ) |
Get Filename.
Definition at line 33 of file Drawing.php.
Referenced by PhpOffice\PhpSpreadsheet\Worksheet\Drawing\getIndexedFilename().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::getHashCode | ( | ) |
Get hash code.
Reimplemented from PhpOffice\PhpSpreadsheet\Worksheet\BaseDrawing.
Definition at line 106 of file Drawing.php.
| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::getIndexedFilename | ( | ) |
Get indexed filename (using image index).
Definition at line 43 of file Drawing.php.
References PhpOffice\PhpSpreadsheet\Worksheet\Drawing\getExtension(), PhpOffice\PhpSpreadsheet\Worksheet\Drawing\getFilename(), and PhpOffice\PhpSpreadsheet\Worksheet\BaseDrawing\getImageIndex().
Here is the call graph for this function:| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::getPath | ( | ) |
Get Path.
Definition at line 68 of file Drawing.php.
References $path.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xls\processDrawing().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Worksheet\Drawing::setPath | ( | $pValue, | |
$pVerifyFile = true |
|||
| ) |
Set Path.
| string | $pValue | File path |
| bool | $pVerifyFile | Verify file |
Definition at line 81 of file Drawing.php.
|
private |
Definition at line 14 of file Drawing.php.