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

Class: PHPExcel_Style_Borders

Source Location: /PHPExcel/Style/Borders.php

Class Overview


PHPExcel_Style_Borders


Author(s):

Copyright:

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

Implements interfaces:

Constants

Methods



Class Details

[line 36]
PHPExcel_Style_Borders



Tags:

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


[ Top ]


Class Methods


constructor __construct [line 147]

PHPExcel_Style_Borders __construct( [boolean $isSupervisor = false])

Create a new PHPExcel_Style_Borders



Tags:

access:  public


Parameters:

boolean   $isSupervisor   Flag indicating if this is a supervisor or not

[ Top ]

method applyFromArray [line 297]

PHPExcel_Style_Borders applyFromArray( [array $pStyles = null])

Apply styles from array

  1.  $objPHPExcel->getActiveSheet()->getStyle('B2')->getBorders()->applyFromArray(
  2.          array(
  3.              'bottom'     => array(
  4.                  'style' => PHPExcel_Style_Border::BORDER_DASHDOT,
  5.                  'color' => array(
  6.                      'rgb' => '808080'
  7.                  )
  8.              ),
  9.              'top'     => array(
  10.                  'style' => PHPExcel_Style_Border::BORDER_DASHDOT,
  11.                  'color' => array(
  12.                      'rgb' => '808080'
  13.                  )
  14.              )
  15.          )
  16.  );
  1.  $objPHPExcel->getActiveSheet()->getStyle('B2')->getBorders()->applyFromArray(
  2.          array(
  3.              'allborders' => array(
  4.                  'style' => PHPExcel_Style_Border::BORDER_DASHDOT,
  5.                  'color' => array(
  6.                      'rgb' => '808080'
  7.                  )
  8.              )
  9.          )
  10.  );




Tags:

throws:  Exception
access:  public


Parameters:

array   $pStyles   Array containing style information

[ Top ]

method bindParent [line 189]

PHPExcel_Style_Borders bindParent( PHPExcel_Style $parent)

Bind parent. Only used for supervisor



Tags:

access:  public


Parameters:

PHPExcel_Style   $parent  

[ Top ]

method getActiveCell [line 243]

string getActiveCell( )

Get the currently active cell coordinate in currently active sheet.

Only used for supervisor




Tags:

return:  E.g. 'A1'
access:  public


[ Top ]

method getActiveSheet [line 221]

PHPExcel_Worksheet getActiveSheet( )

Get the currently active sheet. Only used for supervisor



Tags:

access:  public


[ Top ]

method getAllBorders [line 384]

PHPExcel_Style_Border getAllBorders( )

Get AllBorders (pseudo-border). Only applies to supervisor.



Tags:

throws:  Exception
access:  public


[ Top ]

method getBottom [line 365]

PHPExcel_Style_Border getBottom( )

Get Bottom



Tags:

access:  public


[ Top ]

method getDiagonal [line 374]

PHPExcel_Style_Border getDiagonal( )

Get Diagonal



Tags:

access:  public


[ Top ]

method getDiagonalDirection [line 448]

int getDiagonalDirection( )

Get DiagonalDirection



Tags:

access:  public


[ Top ]

method getHashCode [line 479]

string getHashCode( )

Get hash code



Tags:

return:  Hash code
access:  public


[ Top ]

method getHorizontal [line 436]

PHPExcel_Style_Border getHorizontal( )

Get Horizontal (pseudo-border). Only applies to supervisor.



Tags:

throws:  Exception
access:  public


[ Top ]

method getInside [line 410]

boolean getInside( )

Get Inside (pseudo-border). Only applies to supervisor.



Tags:

throws:  Exception
access:  public


[ Top ]

method getIsSupervisor [line 200]

boolean getIsSupervisor( )

Is this a supervisor or a real style component?



Tags:

access:  public


[ Top ]

method getLeft [line 338]

PHPExcel_Style_Border getLeft( )

Get Left



Tags:

access:  public


[ Top ]

method getOutline [line 397]

boolean getOutline( )

Get Outline (pseudo-border). Only applies to supervisor.



Tags:

throws:  Exception
access:  public


[ Top ]

method getRight [line 347]

PHPExcel_Style_Border getRight( )

Get Right



Tags:

access:  public


[ Top ]

method getSelectedCells [line 232]

string getSelectedCells( )

Get the currently active cell coordinate in currently active sheet.

Only used for supervisor




Tags:

return:  E.g. 'A1'
access:  public


[ Top ]

method getSharedComponent [line 211]

PHPExcel_Style_Borders getSharedComponent( )

Get the shared style component for the currently active cell in currently active sheet.

Only used for style supervisor




Tags:

access:  public


[ Top ]

method getStyleArray [line 254]

array getStyleArray( array $array)

Build style array from subcomponents



Tags:

access:  public


Parameters:

array   $array  

[ Top ]

method getTop [line 356]

PHPExcel_Style_Border getTop( )

Get Top



Tags:

access:  public


[ Top ]

method getVertical [line 423]

PHPExcel_Style_Border getVertical( )

Get Vertical (pseudo-border). Only applies to supervisor.



Tags:

throws:  Exception
access:  public


[ Top ]

method setDiagonalDirection [line 461]

PHPExcel_Style_Borders setDiagonalDirection( [int $pValue = PHPExcel_Style_Borders::DIAGONAL_NONE])

Set DiagonalDirection



Tags:

access:  public


Parameters:

int   $pValue  

[ Top ]

method __clone [line 497]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.



Tags:

access:  public


[ Top ]


Class Constants

DIAGONAL_BOTH =  3

[line 42]


[ Top ]

DIAGONAL_DOWN =  2

[line 41]


[ Top ]

DIAGONAL_NONE =  0

[line 39]


[ Top ]

DIAGONAL_UP =  1

[line 40]


[ Top ]



Documentation generated on Sat, 19 May 2012 14:27:39 +0200 by phpDocumentor 1.4.4