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

Class: PHPPowerPoint_Shape_BaseDrawing

Source Location: /PHPPowerpoint/Shape/BaseDrawing.php

Class Overview

PHPPowerPoint_Shape
   |
   --PHPPowerPoint_Shape_BaseDrawing

PHPPowerPoint_Shape_BaseDrawing


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods


Child classes:

PHPPowerPoint_Shape_Drawing
PHPPowerPoint_Shape_Drawing
PHPPowerPoint_Shape_MemoryDrawing
PHPPowerPoint_Shape_MemoryDrawing

Inherited Variables

Inherited Methods

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 42]
PHPPowerPoint_Shape_BaseDrawing

PHPPowerPoint_Shape_BaseDrawing




Tags:

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


[ Top ]


Class Variables

static $_imageCounter =  0

[line 49]

Image counter

Image counter




Tags:

access:  private

Type:   int


[ Top ]

$_description =

[line 70]

Description

Description




Tags:

access:  protected

Type:   string


[ Top ]

$_hashIndex =

[line 233]

Hash index

Hash index




Tags:

access:  private

Type:   string
Overrides:   Array


[ Top ]

$_imageIndex =  0

[line 56]

Image index

Image index




Tags:

access:  private

Type:   int


[ Top ]

$_name =

[line 63]

Name

Name




Tags:

access:  protected

Type:   string


[ Top ]

$_resizeProportional =

[line 77]

Proportional resize

Proportional resize




Tags:

access:  protected

Type:   boolean


[ Top ]



Class Methods


constructor __construct [line 82]

PHPPowerPoint_Shape_BaseDrawing __construct( )

Create a new PHPPowerPoint_Slide_BaseDrawing

Create a new PHPPowerPoint_Slide_BaseDrawing




Tags:

access:  public


Overridden in child classes as:

PHPPowerPoint_Shape_Drawing::__construct()
Create a new PHPPowerPoint_Slide_Drawing
PHPPowerPoint_Shape_MemoryDrawing::__construct()
Create a new PHPPowerPoint_Slide_MemoryDrawing

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

[ Top ]

method getDescription [line 129]

string getDescription( )

Get Description

Get Description




Tags:

access:  public


[ Top ]

method getHashCode [line 219]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


Overridden in child classes as:

PHPPowerPoint_Shape_Drawing::getHashCode()
Get hash code
PHPPowerPoint_Shape_MemoryDrawing::getHashCode()
Get hash code

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

[ Top ]

method getHashIndex [line 243]

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


Overridden in child classes as:

PHPPowerPoint_Shape_Drawing::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_MemoryDrawing::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.

Overrides 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.)

[ Top ]

method getImageIndex [line 102]

int getImageIndex( )

Get image index

Get image index




Tags:

access:  public


[ Top ]

method getName [line 111]

string getName( )

Get Name

Get Name




Tags:

access:  public


[ Top ]

method getResizeProportional [line 201]

boolean getResizeProportional( )

Get ResizeProportional

Get ResizeProportional




Tags:

access:  public


[ Top ]

method setDescription [line 138]

void setDescription( [string $pValue = ''])

Set Description

Set Description




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setHashIndex [line 255]

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


Overridden in child classes as:

PHPPowerPoint_Shape_Drawing::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_MemoryDrawing::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.

Overrides 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.)

Parameters:

string   $value   Hash index

[ Top ]

method setHeight [line 163]

void setHeight( [int $pValue = 0])

Set Height

Set Height




Tags:

access:  public


Overrides PHPPowerPoint_Shape::setHeight() (Set Height)

Parameters:

int   $pValue  

[ Top ]

method setName [line 120]

void setName( [string $pValue = ''])

Set Name

Set Name




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setResizeProportional [line 210]

void setResizeProportional( [boolean $pValue = true])

Set ResizeProportional

Set ResizeProportional




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]

method setWidth [line 147]

void setWidth( [int $pValue = 0])

Set Width

Set Width




Tags:

access:  public


Overrides PHPPowerPoint_Shape::setWidth() (Set Width)

Parameters:

int   $pValue  

[ Top ]

method setWidthAndHeight [line 182]

void setWidthAndHeight( [int $width = 0], [int $height = 0])

Set width and height with proportional resize

Set width and height with proportional resize




Tags:

author:  Vincent@luo MSN:kele_100@hotmail.com
access:  public
example:  example not found
example:  example not found


Overrides PHPPowerPoint_Shape::setWidthAndHeight() (Set width and height with proportional resize)

Parameters:

int   $width  
int   $height  

[ Top ]

method __clone [line 262]

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


Overridden in child classes as:

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

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

[ Top ]


Documentation generated on Sat, 25 Apr 2009 11:36:43 +0200 by phpDocumentor 1.4.1