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

Class: PHPPowerPoint_Shape_MemoryDrawing

Source Location: /PHPPowerpoint/Shape/MemoryDrawing.php

Class Overview

PHPPowerPoint_Shape
   |
   --PHPPowerPoint_Shape_BaseDrawing
      |
      --PHPPowerPoint_Shape_MemoryDrawing

PHPPowerPoint_Shape_MemoryDrawing


Author(s):

Copyright:

  • Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)

Implements interfaces:

Variables

Constants

Methods


Inherited Variables

Inherited Methods

Class: PHPPowerPoint_Shape_BaseDrawing

PHPPowerPoint_Shape_BaseDrawing::__construct()
Create a new PHPPowerPoint_Slide_BaseDrawing
PHPPowerPoint_Shape_BaseDrawing::getDescription()
Get Description
PHPPowerPoint_Shape_BaseDrawing::getHashCode()
Get hash code
PHPPowerPoint_Shape_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.
PHPPowerPoint_Shape_BaseDrawing::getImageIndex()
Get image index
PHPPowerPoint_Shape_BaseDrawing::getName()
Get Name
PHPPowerPoint_Shape_BaseDrawing::getResizeProportional()
Get ResizeProportional
PHPPowerPoint_Shape_BaseDrawing::setDescription()
Set Description
PHPPowerPoint_Shape_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.
PHPPowerPoint_Shape_BaseDrawing::setHeight()
Set Height
PHPPowerPoint_Shape_BaseDrawing::setName()
Set Name
PHPPowerPoint_Shape_BaseDrawing::setResizeProportional()
Set ResizeProportional
PHPPowerPoint_Shape_BaseDrawing::setWidth()
Set Width
PHPPowerPoint_Shape_BaseDrawing::setWidthAndHeight()
Set width and height with proportional resize
PHPPowerPoint_Shape_BaseDrawing::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.

Class: PHPPowerPoint_Shape

PHPPowerPoint_Shape::__construct()
Create a new PHPPowerPoint_Shape
PHPPowerPoint_Shape::getFill()
Get Fill
PHPPowerPoint_Shape::getHashCode()
Get hash code
PHPPowerPoint_Shape::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.
PHPPowerPoint_Shape::getHeight()
Get Height
PHPPowerPoint_Shape::getOffsetX()
Get OffsetX
PHPPowerPoint_Shape::getOffsetY()
Get OffsetY
PHPPowerPoint_Shape::getRotation()
Get Rotation
PHPPowerPoint_Shape::getShadow()
Get Shadow
PHPPowerPoint_Shape::getSlide()
Get Slide
PHPPowerPoint_Shape::getWidth()
Get Width
PHPPowerPoint_Shape::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.
PHPPowerPoint_Shape::setHeight()
Set Height
PHPPowerPoint_Shape::setOffsetX()
Set OffsetX
PHPPowerPoint_Shape::setOffsetY()
Set OffsetY
PHPPowerPoint_Shape::setRotation()
Set Rotation
PHPPowerPoint_Shape::setShadow()
Set Shadow
PHPPowerPoint_Shape::setSlide()
Set Slide
PHPPowerPoint_Shape::setWidth()
Set Width
PHPPowerPoint_Shape::setWidthAndHeight()
Set width and height with proportional resize
PHPPowerPoint_Shape::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.

Class Details

[line 46]
PHPPowerPoint_Shape_MemoryDrawing

PHPPowerPoint_Shape_MemoryDrawing




Tags:

copyright:  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)


[ Top ]


Class Variables

$_hashIndex =

[line 196]

Hash index

Hash index




Tags:

access:  private

Type:   string
Overrides:   Array


[ Top ]

$_imageResource =

[line 65]

Image resource

Image resource




Tags:

access:  private

Type:   resource


[ Top ]

$_mimeType =

[line 79]

Mime type

Mime type




Tags:

access:  private

Type:   string


[ Top ]

$_renderingFunction =

[line 72]

Rendering function

Rendering function




Tags:

access:  private

Type:   string


[ Top ]

$_uniqueName =

[line 86]

Unique name

Unique name




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 91]

PHPPowerPoint_Shape_MemoryDrawing __construct( )

Create a new PHPPowerPoint_Slide_MemoryDrawing

Create a new PHPPowerPoint_Slide_MemoryDrawing




Tags:

access:  public


Overrides PHPPowerPoint_Shape_BaseDrawing::__construct() (Create a new PHPPowerPoint_Slide_BaseDrawing)

[ Top ]

method getHashCode [line 181]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


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

[ Top ]

method getHashIndex [line 206]

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 PHPPowerPoint_Shape_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 108]

resource getImageResource( )

Get image resource

Get image resource




Tags:

access:  public


[ Top ]

method getIndexedFilename [line 168]

string getIndexedFilename( )

Get indexed filename (using image index)

Get indexed filename (using image index)




Tags:

access:  public


[ Top ]

method getMimeType [line 150]

string getMimeType( )

Get mime type

Get mime type




Tags:

access:  public


[ Top ]

method getRenderingFunction [line 132]

string getRenderingFunction( )

Get rendering function

Get rendering function




Tags:

access:  public


[ Top ]

method setHashIndex [line 218]

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 PHPPowerPoint_Shape_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 117]

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

Set image resource

Set image resource




Tags:

access:  public


Parameters:

$value   $value   resource

[ Top ]

method setMimeType [line 159]

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

Set mime type

Set mime type




Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setRenderingFunction [line 141]

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

Set rendering function

Set rendering function




Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method __clone [line 225]

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 PHPPowerPoint_Shape_BaseDrawing::__clone() (Implement PHP __clone to create a deep clone, not just a shallow copy.)

[ Top ]


Class Constants

MIMETYPE_DEFAULT =  'image/png'

[line 55]


[ Top ]

MIMETYPE_GIF =  'image/gif'

[line 57]


[ Top ]

MIMETYPE_JPEG =  'image/jpeg'

[line 58]


[ Top ]

MIMETYPE_PNG =  'image/png'

[line 56]


[ Top ]

RENDERING_DEFAULT =  'imagepng'

[line 49]


[ Top ]

RENDERING_GIF =  'imagegif'

[line 51]


[ Top ]

RENDERING_JPEG =  'imagejpeg'

[line 52]


[ Top ]

RENDERING_PNG =  'imagepng'

[line 50]


[ Top ]



Documentation generated on Sat, 25 Apr 2009 11:37:38 +0200 by phpDocumentor 1.4.1