ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE Class Reference
+ Collaboration diagram for PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE:

Public Member Functions

 setParent ($parent)
 Set parent BLIP Store Entry Container. More...
 
 getBlip ()
 Get the BLIP. More...
 
 setBlip ($blip)
 Set the BLIP. More...
 
 getBlipType ()
 Get the BLIP type. More...
 
 setBlipType ($blipType)
 Set the BLIP type. More...
 

Data Fields

const BLIPTYPE_ERROR = 0x00
 
const BLIPTYPE_UNKNOWN = 0x01
 
const BLIPTYPE_EMF = 0x02
 
const BLIPTYPE_WMF = 0x03
 
const BLIPTYPE_PICT = 0x04
 
const BLIPTYPE_JPEG = 0x05
 
const BLIPTYPE_PNG = 0x06
 
const BLIPTYPE_DIB = 0x07
 
const BLIPTYPE_TIFF = 0x11
 
const BLIPTYPE_CMYKJPEG = 0x12
 

Private Attributes

 $_parent
 
 $_blip
 
 $_blipType
 

Detailed Description

Definition at line 35 of file BSE.php.

Member Function Documentation

◆ getBlip()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::getBlip ( )

Get the BLIP.

Returns
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip

Definition at line 84 of file BSE.php.

References $_blip.

◆ getBlipType()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::getBlipType ( )

Get the BLIP type.

Returns
int

Definition at line 105 of file BSE.php.

References $_blipType.

◆ setBlip()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::setBlip (   $blip)

Set the BLIP.

Parameters
PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip$blip

Definition at line 94 of file BSE.php.

95  {
96  $this->_blip = $blip;
97  $blip->setParent($this);
98  }

◆ setBlipType()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::setBlipType (   $blipType)

Set the BLIP type.

Parameters
int

Definition at line 115 of file BSE.php.

116  {
117  $this->_blipType = $blipType;
118  }

◆ setParent()

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::setParent (   $parent)

Set parent BLIP Store Entry Container.

Parameters
PHPExcel_Shared_Escher_DggContainer_BstoreContainer$parent

Definition at line 74 of file BSE.php.

75  {
76  $this->_parent = $parent;
77  }

Field Documentation

◆ $_blip

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::$_blip
private

Definition at line 60 of file BSE.php.

Referenced by getBlip().

◆ $_blipType

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::$_blipType
private

Definition at line 67 of file BSE.php.

Referenced by getBlipType().

◆ $_parent

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::$_parent
private

Definition at line 53 of file BSE.php.

◆ BLIPTYPE_CMYKJPEG

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_CMYKJPEG = 0x12

Definition at line 46 of file BSE.php.

◆ BLIPTYPE_DIB

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_DIB = 0x07

Definition at line 44 of file BSE.php.

◆ BLIPTYPE_EMF

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_EMF = 0x02

Definition at line 39 of file BSE.php.

◆ BLIPTYPE_ERROR

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_ERROR = 0x00

Definition at line 37 of file BSE.php.

◆ BLIPTYPE_JPEG

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_JPEG = 0x05

◆ BLIPTYPE_PICT

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_PICT = 0x04

Definition at line 41 of file BSE.php.

◆ BLIPTYPE_PNG

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_PNG = 0x06

◆ BLIPTYPE_TIFF

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_TIFF = 0x11

Definition at line 45 of file BSE.php.

◆ BLIPTYPE_UNKNOWN

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_UNKNOWN = 0x01

Definition at line 38 of file BSE.php.

◆ BLIPTYPE_WMF

const PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE::BLIPTYPE_WMF = 0x03

Definition at line 40 of file BSE.php.


The documentation for this class was generated from the following file: