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

Class: PHPExcel_Writer_Excel2007_Style

Source Location: /PHPExcel/Writer/Excel2007/Style.php

Class Overview

PHPExcel_Writer_Excel2007_WriterPart
   |
   --PHPExcel_Writer_Excel2007_Style

PHPExcel_Writer_Excel2007_Style


Author(s):

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 76]
PHPExcel_Writer_Excel2007_Style

PHPExcel_Writer_Excel2007_Style




Tags:

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


[ Top ]


Class Methods


method allBorders [line 667]

PHPExcel_Style_Borders[] allBorders( [ $pPHPExcel = null])

Get an array of all borders

Get an array of all borders




Tags:

return:  All borders in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method allConditionalStyles [line 597]

PHPExcel_Style[] allConditionalStyles( [ $pPHPExcel = null])

Get an array of all conditional styles

Get an array of all conditional styles




Tags:

return:  All styles in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method allFills [line 623]

PHPExcel_Style_Fill[] allFills( [ $pPHPExcel = null])

Get an array of all fills

Get an array of all fills




Tags:

return:  All fills in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method allFonts [line 645]

PHPExcel_Style_Font[] allFonts( [ $pPHPExcel = null])

Get an array of all fonts

Get an array of all fonts




Tags:

return:  All fonts in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method allNumberFormats [line 689]

PHPExcel_Style_NumberFormat[] allNumberFormats( [ $pPHPExcel = null])

Get an array of all number formats

Get an array of all number formats




Tags:

return:  All number formats in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method allStyles [line 575]

PHPExcel_Style[] allStyles( [ $pPHPExcel = null])

Get an array of all styles

Get an array of all styles




Tags:

return:  All styles in PHPExcel
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method writeStyles [line 85]

string writeStyles( [ $pPHPExcel = null])

Write styles to XML format

Write styles to XML format




Tags:

return:  XML Output
throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method _writeBorder [line 377]

void _writeBorder( [ $objWriter = null], [ $pBorders = null])

Write Border

Write Border




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_Borders   $pBorders   Borders style

[ Top ]

method _writeBorderPr [line 532]

void _writeBorderPr( [ $objWriter = null], [string $pName = 'left'], [ $pBorder = null])

Write BorderPr

Write BorderPr




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
string   $pName   Element name
PHPExcel_Style_Border   $pBorder   Border style

[ Top ]

method _writeCellStyleDxf [line 477]

void _writeCellStyleDxf( [ $objWriter = null], [ $pStyle = null])

Write Cell Style Dxf

Write Cell Style Dxf




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style   $pStyle   Style

[ Top ]

method _writeCellStyleXf [line 414]

void _writeCellStyleXf( [ $objWriter = null], [ $pStyle = null])

Write Cell Style Xf

Write Cell Style Xf




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style   $pStyle   Style

[ Top ]

method _writeFill [line 215]

void _writeFill( [ $objWriter = null], [ $pFill = null])

Write Fill

Write Fill




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_Fill   $pFill   Fill style

[ Top ]

method _writeFont [line 310]

void _writeFont( [ $objWriter = null], [ $pFont = null])

Write Font

Write Font




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_Font   $pFont   Font style

[ Top ]

method _writeGradientFill [line 235]

void _writeGradientFill( [ $objWriter = null], [ $pFill = null])

Write Gradient Fill

Write Gradient Fill




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_Fill   $pFill   Fill style

[ Top ]

method _writeNumFmt [line 556]

void _writeNumFmt( [ $objWriter = null], [ $pNumberFormat = null], [int $pId = 0])

Write NumberFormat

Write NumberFormat




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_NumberFormat   $pNumberFormat   Number Format
int   $pId   Number Format identifier

[ Top ]

method _writePatternFill [line 279]

void _writePatternFill( [ $objWriter = null], [ $pFill = null])

Write Pattern Fill

Write Pattern Fill




Tags:

throws:  Exception
access:  private


Parameters:

PHPExcel_Shared_XMLWriter   $objWriter   XML Writer
PHPExcel_Style_Fill   $pFill   Fill style

[ Top ]


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