PHPExcel_Worksheet
[ class tree: PHPExcel_Worksheet ] [ index: PHPExcel_Worksheet ] [ all elements ]

Class: PHPExcel_Worksheet_MemoryDrawing

Source Location: /PHPExcel/Worksheet/MemoryDrawing.php

Class Overview

PHPExcel_Worksheet_BaseDrawing
   |
   --PHPExcel_Worksheet_MemoryDrawing

PHPExcel_Worksheet_MemoryDrawing


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Constants

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_Worksheet_BaseDrawing

PHPExcel_Worksheet_BaseDrawing::__construct()
Create a new PHPExcel_Worksheet_BaseDrawing
PHPExcel_Worksheet_BaseDrawing::getCoordinates()
Get Coordinates
PHPExcel_Worksheet_BaseDrawing::getDescription()
Get Description
PHPExcel_Worksheet_BaseDrawing::getHashCode()
Get hash code
PHPExcel_Worksheet_BaseDrawing::getHashIndex()
Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
PHPExcel_Worksheet_BaseDrawing::getHeight()
Get Height
PHPExcel_Worksheet_BaseDrawing::getImageIndex()
Get image index
PHPExcel_Worksheet_BaseDrawing::getName()
Get Name
PHPExcel_Worksheet_BaseDrawing::getOffsetX()
Get OffsetX
PHPExcel_Worksheet_BaseDrawing::getOffsetY()
Get OffsetY
PHPExcel_Worksheet_BaseDrawing::getResizeProportional()
Get ResizeProportional
PHPExcel_Worksheet_BaseDrawing::getRotation()
Get Rotation
PHPExcel_Worksheet_BaseDrawing::getShadow()
Get Shadow
PHPExcel_Worksheet_BaseDrawing::getWidth()
Get Width
PHPExcel_Worksheet_BaseDrawing::getWorksheet()
Get Worksheet
PHPExcel_Worksheet_BaseDrawing::setCoordinates()
Set Coordinates
PHPExcel_Worksheet_BaseDrawing::setDescription()
Set Description
PHPExcel_Worksheet_BaseDrawing::setHashIndex()
Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
PHPExcel_Worksheet_BaseDrawing::setHeight()
Set Height
PHPExcel_Worksheet_BaseDrawing::setName()
Set Name
PHPExcel_Worksheet_BaseDrawing::setOffsetX()
Set OffsetX
PHPExcel_Worksheet_BaseDrawing::setOffsetY()
Set OffsetY
PHPExcel_Worksheet_BaseDrawing::setResizeProportional()
Set ResizeProportional
PHPExcel_Worksheet_BaseDrawing::setRotation()
Set Rotation
PHPExcel_Worksheet_BaseDrawing::setShadow()
Set Shadow
PHPExcel_Worksheet_BaseDrawing::setWidth()
Set Width
PHPExcel_Worksheet_BaseDrawing::setWidthAndHeight()
Set width and height with proportional resize
PHPExcel_Worksheet_BaseDrawing::setWorksheet()
Set Worksheet
PHPExcel_Worksheet_BaseDrawing::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.

Class Details

[line 49]
PHPExcel_Worksheet_MemoryDrawing

PHPExcel_Worksheet_MemoryDrawing




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_hashIndex =

[line 199]

Hash index

Hash index




Tags:

access:  private

Type:   string
Overrides:   Array


[ Top ]

$_imageResource =

[line 68]

Image resource

Image resource




Tags:

access:  private

Type:   resource


[ Top ]

$_mimeType =

[line 82]

Mime type

Mime type




Tags:

access:  private

Type:   string


[ Top ]

$_renderingFunction =

[line 75]

Rendering function

Rendering function




Tags:

access:  private

Type:   string


[ Top ]

$_uniqueName =

[line 89]

Unique name

Unique name




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 94]

PHPExcel_Worksheet_MemoryDrawing __construct( )

Create a new PHPExcel_Worksheet_MemoryDrawing

Create a new PHPExcel_Worksheet_MemoryDrawing




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::__construct() (Create a new PHPExcel_Worksheet_BaseDrawing)

[ Top ]

method getHashCode [line 184]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getHashCode() (Get hash code)

[ Top ]

method getHashIndex [line 209]

string getHashIndex( )

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

return:  Hash index
access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getHashIndex() (Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.)

[ Top ]

method getImageResource [line 111]

resource getImageResource( )

Get image resource

Get image resource




Tags:

access:  public


[ Top ]

method getIndexedFilename [line 171]

string getIndexedFilename( )

Get indexed filename (using image index)

Get indexed filename (using image index)




Tags:

access:  public


[ Top ]

method getMimeType [line 153]

string getMimeType( )

Get mime type

Get mime type




Tags:

access:  public


[ Top ]

method getRenderingFunction [line 135]

string getRenderingFunction( )

Get rendering function

Get rendering function




Tags:

access:  public


[ Top ]

method setHashIndex [line 221]

void setHashIndex( string $value)

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setHashIndex() (Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.)

Parameters:

string   $value   Hash index

[ Top ]

method setImageResource [line 120]

void setImageResource( [$value $value = null])

Set image resource

Set image resource




Tags:

access:  public


Parameters:

$value   $value   resource

[ Top ]

method setMimeType [line 162]

void setMimeType( [string $value = PHPExcel_Worksheet_MemoryDrawing::MIMETYPE_DEFAULT])

Set mime type

Set mime type




Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setRenderingFunction [line 144]

void setRenderingFunction( [string $value = PHPExcel_Worksheet_MemoryDrawing::RENDERING_DEFAULT])

Set rendering function

Set rendering function




Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method __clone [line 228]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::__clone() (Implement PHP __clone to create a deep clone, not just a shallow copy.)

[ Top ]


Class Constants

MIMETYPE_DEFAULT =  'image/png'

[line 58]


[ Top ]

MIMETYPE_GIF =  'image/gif'

[line 60]


[ Top ]

MIMETYPE_JPEG =  'image/jpeg'

[line 61]


[ Top ]

MIMETYPE_PNG =  'image/png'

[line 59]


[ Top ]

RENDERING_DEFAULT =  'imagepng'

[line 52]


[ Top ]

RENDERING_GIF =  'imagegif'

[line 54]


[ Top ]

RENDERING_JPEG =  'imagejpeg'

[line 55]


[ Top ]

RENDERING_PNG =  'imagepng'

[line 53]


[ Top ]



Documentation generated on Mon, 05 Jan 2009 20:38:06 +0100 by phpDocumentor 1.4.1