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

Class: PHPExcel_Worksheet_HeaderFooterDrawing

Source Location: /PHPExcel/Worksheet/HeaderFooterDrawing.php

Class Overview

PHPExcel_Worksheet_BaseDrawing
   |
   --PHPExcel_Worksheet_Drawing
      |
      --PHPExcel_Worksheet_HeaderFooterDrawing

PHPExcel_Worksheet_HeaderFooterDrawing


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_Worksheet_Drawing

PHPExcel_Worksheet_Drawing::__construct()
Create a new PHPExcel_Worksheet_Drawing
PHPExcel_Worksheet_Drawing::getExtension()
Get Extension
PHPExcel_Worksheet_Drawing::getFilename()
Get Filename
PHPExcel_Worksheet_Drawing::getHashCode()
Get hash code
PHPExcel_Worksheet_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.
PHPExcel_Worksheet_Drawing::getIndexedFilename()
Get indexed filename (using image index)
PHPExcel_Worksheet_Drawing::getPath()
Get Path
PHPExcel_Worksheet_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.
PHPExcel_Worksheet_Drawing::setPath()
Set Path
PHPExcel_Worksheet_Drawing::__clone()
Implement PHP __clone to create a deep clone, not just a shallow copy.

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_HeaderFooterDrawing

PHPExcel_Worksheet_HeaderFooterDrawing




Tags:

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


[ Top ]


Class Variables

$_hashIndex =

[line 332]

Hash index

Hash index




Tags:

access:  private

Type:   string
Overrides:   Array


[ Top ]

$_height =

[line 91]

Height

Height




Tags:

access:  protected

Type:   int
Overrides:   Array


[ Top ]

$_name =

[line 63]

Name

Name




Tags:

access:  protected

Type:   string
Overrides:   Array


[ Top ]

$_offsetX =

[line 70]

Offset X

Offset X




Tags:

access:  protected

Type:   int
Overrides:   Array


[ Top ]

$_offsetY =

[line 77]

Offset Y

Offset Y




Tags:

access:  protected

Type:   int
Overrides:   Array


[ Top ]

$_path =

[line 56]

Path

Path




Tags:

access:  private

Type:   string
Overrides:   Array


[ Top ]

$_resizeProportional =

[line 98]

Proportional resize

Proportional resize




Tags:

access:  protected

Type:   boolean
Overrides:   Array


[ Top ]

$_width =

[line 84]

Width

Width




Tags:

access:  protected

Type:   int
Overrides:   Array


[ Top ]



Class Methods


constructor __construct [line 103]

PHPExcel_Worksheet_HeaderFooterDrawing __construct( )

Create a new PHPExcel_Worksheet_HeaderFooterDrawing

Create a new PHPExcel_Worksheet_HeaderFooterDrawing




Tags:

access:  public


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

[ Top ]

method getExtension [line 273]

string getExtension( )

Get Extension

Get Extension




Tags:

access:  public


Overrides PHPExcel_Worksheet_Drawing::getExtension() (Get Extension)

[ Top ]

method getFilename [line 264]

string getFilename( )

Get Filename

Get Filename




Tags:

access:  public


Overrides PHPExcel_Worksheet_Drawing::getFilename() (Get Filename)

[ Top ]

method getHashCode [line 315]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


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

[ Top ]

method getHashIndex [line 342]

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

[ Top ]

method getHeight [line 199]

int getHeight( )

Get Height

Get Height




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getHeight() (Get Height)

[ Top ]

method getName [line 120]

string getName( )

Get Name

Get Name




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getName() (Get Name)

[ Top ]

method getOffsetX [line 138]

int getOffsetX( )

Get OffsetX

Get OffsetX




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getOffsetX() (Get OffsetX)

[ Top ]

method getOffsetY [line 156]

int getOffsetY( )

Get OffsetY

Get OffsetY




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getOffsetY() (Get OffsetY)

[ Top ]

method getPath [line 282]

string getPath( )

Get Path

Get Path




Tags:

access:  public


Overrides PHPExcel_Worksheet_Drawing::getPath() (Get Path)

[ Top ]

method getResizeProportional [line 246]

boolean getResizeProportional( )

Get ResizeProportional

Get ResizeProportional




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getResizeProportional() (Get ResizeProportional)

[ Top ]

method getWidth [line 174]

int getWidth( )

Get Width

Get Width




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::getWidth() (Get Width)

[ Top ]

method setHashIndex [line 354]

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

Parameters:

string   $value   Hash index

[ Top ]

method setHeight [line 208]

void setHeight( [int $pValue = 0])

Set Height

Set Height




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setHeight() (Set Height)

Parameters:

int   $pValue  

[ Top ]

method setName [line 129]

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

Set Name

Set Name




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setName() (Set Name)

Parameters:

string   $pValue  

[ Top ]

method setOffsetX [line 147]

void setOffsetX( [int $pValue = 0])

Set OffsetX

Set OffsetX




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setOffsetX() (Set OffsetX)

Parameters:

int   $pValue  

[ Top ]

method setOffsetY [line 165]

void setOffsetY( [int $pValue = 0])

Set OffsetY

Set OffsetY




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setOffsetY() (Set OffsetY)

Parameters:

int   $pValue  

[ Top ]

method setPath [line 293]

void setPath( [string $pValue = ''], [boolean $pVerifyFile = true])

Set Path

Set Path




Tags:

throws:  Exception
access:  public


Overrides PHPExcel_Worksheet_Drawing::setPath() (Set Path)

Parameters:

string   $pValue   File path
boolean   $pVerifyFile   Verify file

[ Top ]

method setResizeProportional [line 255]

void setResizeProportional( [boolean $pValue = true])

Set ResizeProportional

Set ResizeProportional




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setResizeProportional() (Set ResizeProportional)

Parameters:

boolean   $pValue  

[ Top ]

method setWidth [line 183]

void setWidth( [int $pValue = 0])

Set Width

Set Width




Tags:

access:  public


Overrides PHPExcel_Worksheet_BaseDrawing::setWidth() (Set Width)

Parameters:

int   $pValue  

[ Top ]

method setWidthAndHeight [line 227]

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 PHPExcel_Worksheet_BaseDrawing::setWidthAndHeight() (Set width and height with proportional resize)

Parameters:

int   $width  
int   $height  

[ Top ]

method __clone [line 361]

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

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:37:53 +0100 by phpDocumentor 1.4.1