BSE
in package
Table of Contents
Constants
- BLIPTYPE_CMYKJPEG = 0x12
- BLIPTYPE_DIB = 0x7
- BLIPTYPE_EMF = 0x2
- BLIPTYPE_ERROR = 0x0
- BLIPTYPE_JPEG = 0x5
- BLIPTYPE_PICT = 0x4
- BLIPTYPE_PNG = 0x6
- BLIPTYPE_TIFF = 0x11
- BLIPTYPE_UNKNOWN = 0x1
- BLIPTYPE_WMF = 0x3
Properties
- $blip : Blip|null
- The BLIP (Big Large Image or Picture).
- $blipType : int
- The BLIP type.
- $parent : BstoreContainer
- The parent BLIP Store Entry Container.
Methods
- getBlip() : Blip|null
- Get the BLIP.
- getBlipType() : int
- Get the BLIP type.
- getParent() : BstoreContainer
- setBlip() : void
- Set the BLIP.
- setBlipType() : void
- Set the BLIP type.
- setParent() : void
- Set parent BLIP Store Entry Container.
Constants
BLIPTYPE_CMYKJPEG
public
mixed
BLIPTYPE_CMYKJPEG
= 0x12
BLIPTYPE_DIB
public
mixed
BLIPTYPE_DIB
= 0x7
BLIPTYPE_EMF
public
mixed
BLIPTYPE_EMF
= 0x2
BLIPTYPE_ERROR
public
mixed
BLIPTYPE_ERROR
= 0x0
BLIPTYPE_JPEG
public
mixed
BLIPTYPE_JPEG
= 0x5
BLIPTYPE_PICT
public
mixed
BLIPTYPE_PICT
= 0x4
BLIPTYPE_PNG
public
mixed
BLIPTYPE_PNG
= 0x6
BLIPTYPE_TIFF
public
mixed
BLIPTYPE_TIFF
= 0x11
BLIPTYPE_UNKNOWN
public
mixed
BLIPTYPE_UNKNOWN
= 0x1
BLIPTYPE_WMF
public
mixed
BLIPTYPE_WMF
= 0x3
Properties
$blip
The BLIP (Big Large Image or Picture).
private
Blip|null
$blip
= null
$blipType
The BLIP type.
private
int
$blipType
$parent
The parent BLIP Store Entry Container.
private
BstoreContainer
$parent
Property is currently unused.
Methods
getBlip()
Get the BLIP.
public
getBlip() : Blip|null
Return values
Blip|nullgetBlipType()
Get the BLIP type.
public
getBlipType() : int
Return values
intgetParent()
public
getParent() : BstoreContainer
Return values
BstoreContainersetBlip()
Set the BLIP.
public
setBlip(Blip $blip) : void
Parameters
- $blip : Blip
setBlipType()
Set the BLIP type.
public
setBlipType(int $blipType) : void
Parameters
- $blipType : int
setParent()
Set parent BLIP Store Entry Container.
public
setParent(BstoreContainer $parent) : void
Parameters
- $parent : BstoreContainer