\PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE

PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Summary

Methods
Properties
Constants
setParent()
getBlip()
setBlip()
getBlipType()
setBlipType()
No public properties found
BLIPTYPE_ERROR
BLIPTYPE_UNKNOWN
BLIPTYPE_EMF
BLIPTYPE_WMF
BLIPTYPE_PICT
BLIPTYPE_JPEG
BLIPTYPE_PNG
BLIPTYPE_DIB
BLIPTYPE_TIFF
BLIPTYPE_CMYKJPEG
No protected methods found
No protected properties found
N/A
No private methods found
$parent
$blip
$blipType
N/A

Constants

BLIPTYPE_ERROR

BLIPTYPE_ERROR = 0

BLIPTYPE_UNKNOWN

BLIPTYPE_UNKNOWN = 1

BLIPTYPE_EMF

BLIPTYPE_EMF = 2

BLIPTYPE_WMF

BLIPTYPE_WMF = 3

BLIPTYPE_PICT

BLIPTYPE_PICT = 4

BLIPTYPE_JPEG

BLIPTYPE_JPEG = 5

BLIPTYPE_PNG

BLIPTYPE_PNG = 6

BLIPTYPE_DIB

BLIPTYPE_DIB = 7

BLIPTYPE_TIFF

BLIPTYPE_TIFF = 17

BLIPTYPE_CMYKJPEG

BLIPTYPE_CMYKJPEG = 18

Properties

$blipType

$blipType : integer

The BLIP type

Type

integer

Methods

getBlipType()

getBlipType() : integer

Get the BLIP type

Returns

integer

setBlipType()

setBlipType(  $blipType) 

Set the BLIP type

Parameters

$blipType