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

Class: PHPExcel_Worksheet_ColumnDimension

Source Location: /PHPExcel/Worksheet/ColumnDimension.php

Class Overview


PHPExcel_Worksheet_ColumnDimension


Author(s):

Copyright:

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

Variables

Methods



Class Details

[line 36]
PHPExcel_Worksheet_ColumnDimension

PHPExcel_Worksheet_ColumnDimension




Tags:

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


[ Top ]


Class Variables

$_autoSize =

[line 59]

Auto size?

Auto size?




Tags:

access:  private

Type:   bool


[ Top ]

$_collapsed =

[line 80]

Collapsed

Collapsed




Tags:

access:  private

Type:   bool


[ Top ]

$_columnIndex =

[line 43]

Column index

Column index




Tags:

access:  private

Type:   int


[ Top ]

$_outlineLevel =  0

[line 73]

Outline level

Outline level




Tags:

access:  private

Type:   int


[ Top ]

$_visible =

[line 66]

Visible?

Visible?




Tags:

access:  private

Type:   bool


[ Top ]

$_width =

[line 52]

Column width

Column width When this is set to a negative value, the column width should be ignored by IWriter




Tags:

access:  private

Type:   double


[ Top ]



Class Methods


constructor __construct [line 87]

PHPExcel_Worksheet_ColumnDimension __construct( [string $pIndex = 'A'])

Create a new PHPExcel_Worksheet_RowDimension

Create a new PHPExcel_Worksheet_RowDimension




Tags:

access:  public


Parameters:

string   $pIndex   Character column index

[ Top ]

method getAutoSize [line 139]

bool getAutoSize( )

Get Auto Size

Get Auto Size




Tags:

access:  public


[ Top ]

method getCollapsed [line 200]

bool getCollapsed( )

Get Collapsed

Get Collapsed




Tags:

access:  public


[ Top ]

method getColumnIndex [line 103]

string getColumnIndex( )

Get ColumnIndex

Get ColumnIndex




Tags:

access:  public


[ Top ]

method getOutlineLevel [line 175]

int getOutlineLevel( )

Get Outline Level

Get Outline Level




Tags:

access:  public


[ Top ]

method getVisible [line 157]

bool getVisible( )

Get Visible

Get Visible




Tags:

access:  public


[ Top ]

method getWidth [line 121]

double getWidth( )

Get Width

Get Width




Tags:

access:  public


[ Top ]

method setAutoSize [line 148]

void setAutoSize( [bool $pValue = false])

Set Auto Size

Set Auto Size




Tags:

access:  public


Parameters:

bool   $pValue  

[ Top ]

method setCollapsed [line 209]

void setCollapsed( [bool $pValue = true])

Set Collapsed

Set Collapsed




Tags:

access:  public


Parameters:

bool   $pValue  

[ Top ]

method setColumnIndex [line 112]

void setColumnIndex( string $pValue)

Set ColumnIndex

Set ColumnIndex




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setOutlineLevel [line 187]

void setOutlineLevel( int $pValue)

Set Outline Level

Set Outline Level Value must be between 0 and 7




Tags:

throws:  Exception
access:  public


Parameters:

int   $pValue  

[ Top ]

method setVisible [line 166]

void setVisible( [bool $pValue = true])

Set Visible

Set Visible




Tags:

access:  public


Parameters:

bool   $pValue  

[ Top ]

method setWidth [line 130]

void setWidth( [double $pValue = -1])

Set Width

Set Width




Tags:

access:  public


Parameters:

double   $pValue  

[ Top ]

method __clone [line 216]

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


[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:36:41 +0100 by phpDocumentor 1.4.1