ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
BSE.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer
;
4
5
class
BSE
6
{
7
const
BLIPTYPE_ERROR
= 0x00;
8
const
BLIPTYPE_UNKNOWN
= 0x01;
9
const
BLIPTYPE_EMF
= 0x02;
10
const
BLIPTYPE_WMF
= 0x03;
11
const
BLIPTYPE_PICT
= 0x04;
12
const
BLIPTYPE_JPEG
= 0x05;
13
const
BLIPTYPE_PNG
= 0x06;
14
const
BLIPTYPE_DIB
= 0x07;
15
const
BLIPTYPE_TIFF
= 0x11;
16
const
BLIPTYPE_CMYKJPEG
= 0x12;
17
23
private
$parent
;
24
30
private
$blip
;
31
37
private
$blipType
;
38
44
public
function
setParent
(
$parent
): void
45
{
46
$this->
parent
=
$parent
;
47
}
48
54
public
function
getBlip
()
55
{
56
return
$this->blip
;
57
}
58
64
public
function
setBlip
(
$blip
): void
65
{
66
$this->blip =
$blip
;
67
$blip
->setParent($this);
68
}
69
75
public
function
getBlipType
()
76
{
77
return
$this->blipType
;
78
}
79
85
public
function
setBlipType
(
$blipType
): void
86
{
87
$this->blipType =
$blipType
;
88
}
89
}
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_JPEG
const BLIPTYPE_JPEG
Definition:
BSE.php:12
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\setBlip
setBlip($blip)
Set the BLIP.
Definition:
BSE.php:64
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_WMF
const BLIPTYPE_WMF
Definition:
BSE.php:10
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_DIB
const BLIPTYPE_DIB
Definition:
BSE.php:14
parent
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_UNKNOWN
const BLIPTYPE_UNKNOWN
Definition:
BSE.php:8
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\getBlipType
getBlipType()
Get the BLIP type.
Definition:
BSE.php:75
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_PICT
const BLIPTYPE_PICT
Definition:
BSE.php:11
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\$blipType
$blipType
Definition:
BSE.php:37
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_PNG
const BLIPTYPE_PNG
Definition:
BSE.php:13
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_TIFF
const BLIPTYPE_TIFF
Definition:
BSE.php:15
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_CMYKJPEG
const BLIPTYPE_CMYKJPEG
Definition:
BSE.php:16
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_EMF
const BLIPTYPE_EMF
Definition:
BSE.php:9
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\$blip
$blip
Definition:
BSE.php:30
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE
Definition:
BSE.php:5
php
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\setParent
setParent($parent)
Set parent BLIP Store Entry Container.
Definition:
BSE.php:44
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\BLIPTYPE_ERROR
const BLIPTYPE_ERROR
Definition:
BSE.php:7
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\$parent
$parent
Definition:
BSE.php:23
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\getBlip
getBlip()
Get the BLIP.
Definition:
BSE.php:54
PhpOffice\PhpSpreadsheet\Shared\Escher\DggContainer\BstoreContainer\BSE\setBlipType
setBlipType($blipType)
Set the BLIP type.
Definition:
BSE.php:85
libs
composer
vendor
phpoffice
phpspreadsheet
src
PhpSpreadsheet
Shared
Escher
DggContainer
BstoreContainer
BSE.php
Generated on Thu Jan 16 2025 19:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)