PHPExcel_Worksheet_HeaderFooterDrawing __construct(
)
     |   
     | 
	
		Create a new PHPExcel_Worksheet_HeaderFooterDrawing
Create a new PHPExcel_Worksheet_HeaderFooterDrawing
Tags:
	Overrides 
PHPExcel_Worksheet_Drawing::__construct() (Create a new PHPExcel_Worksheet_Drawing)
        
   
  
    
	
		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:
	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.)
        
   
  
    
    
		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:
	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:
    
        
   
  
    
    
		void setWidthAndHeight(
[int
$width = 0], [int
$height = 0])
     |   
     | 
	
		Set width and height with proportional resize
Set width and height with proportional resize
Tags:
	Overrides 
PHPExcel_Worksheet_BaseDrawing::setWidthAndHeight() (Set width and height with proportional resize)
        
Parameters:
    
        
   
  
    
	
		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:
	Overrides 
PHPExcel_Worksheet_Drawing::__clone() (Implement PHP __clone to create a deep clone, not just a shallow copy.)