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

Class: PHPExcel_Worksheet_RowDimension

Source Location: /PHPExcel/Worksheet/RowDimension.php

Class Overview


PHPExcel_Worksheet_RowDimension


Author(s):

Copyright:

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

Variables

Methods



Class Details

[line 36]
PHPExcel_Worksheet_RowDimension

PHPExcel_Worksheet_RowDimension




Tags:

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


[ Top ]


Class Variables

$_collapsed =

[line 73]

Collapsed

Collapsed




Tags:

access:  private

Type:   bool


[ Top ]

$_outlineLevel =  0

[line 66]

Outline level

Outline level




Tags:

access:  private

Type:   int


[ Top ]

$_rowHeight =

[line 52]

Row height (in pt)

Row height (in pt) When this is set to a negative value, the row height should be ignored by IWriter




Tags:

access:  private

Type:   double


[ Top ]

$_rowIndex =

[line 43]

Row index

Row index




Tags:

access:  private

Type:   int


[ Top ]

$_visible =

[line 59]

Visible?

Visible?




Tags:

access:  private

Type:   bool


[ Top ]



Class Methods


constructor __construct [line 80]

PHPExcel_Worksheet_RowDimension __construct( [int $pIndex = 0])

Create a new PHPExcel_Worksheet_RowDimension

Create a new PHPExcel_Worksheet_RowDimension




Tags:

access:  public


Parameters:

int   $pIndex   Numeric row index

[ Top ]

method getCollapsed [line 182]

bool getCollapsed( )

Get Collapsed

Get Collapsed




Tags:

access:  public


[ Top ]

method getOutlineLevel [line 155]

int getOutlineLevel( )

Get Outline Level

Get Outline Level




Tags:

access:  public


[ Top ]

method getRowHeight [line 115]

double getRowHeight( )

Get Row Height

Get Row Height




Tags:

access:  public


[ Top ]

method getRowIndex [line 95]

int getRowIndex( )

Get Row Index

Get Row Index




Tags:

access:  public


[ Top ]

method getVisible [line 135]

bool getVisible( )

Get Visible

Get Visible




Tags:

access:  public


[ Top ]

method setCollapsed [line 192]

PHPExcel_Worksheet_RowDimension setCollapsed( [bool $pValue = true])

Set Collapsed

Set Collapsed




Tags:

access:  public


Parameters:

bool   $pValue  

[ Top ]

method setOutlineLevel [line 168]

PHPExcel_Worksheet_RowDimension 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 setRowHeight [line 125]

PHPExcel_Worksheet_RowDimension setRowHeight( [double $pValue = -1])

Set Row Height

Set Row Height




Tags:

access:  public


Parameters:

double   $pValue  

[ Top ]

method setRowIndex [line 105]

PHPExcel_Worksheet_RowDimension setRowIndex( int $pValue)

Set Row Index

Set Row Index




Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method setVisible [line 145]

PHPExcel_Worksheet_RowDimension setVisible( [bool $pValue = true])

Set Visible

Set Visible




Tags:

access:  public


Parameters:

bool   $pValue  

[ Top ]

method __clone [line 200]

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, 10 Aug 2009 08:07:40 +0200 by phpDocumentor 1.4.1