[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/Writer/Excel2007/ -> Style.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 704 lines (25 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Writer_Excel2007_Style:: (16 methods):
  writeStyles()
  _writeFill()
  _writeGradientFill()
  _writePatternFill()
  _writeFont()
  _writeBorder()
  _writeCellStyleXf()
  _writeCellStyleDxf()
  _writeBorderPr()
  _writeNumFmt()
  allStyles()
  allConditionalStyles()
  allFills()
  allFonts()
  allBorders()
  allNumberFormats()


Class: PHPExcel_Writer_Excel2007_Style  - X-Ref

PHPExcel_Writer_Excel2007_Style

writeStyles(PHPExcel $pPHPExcel = null)   X-Ref
Write styles to XML format

param: PHPExcel    $pPHPExcel
return: string         XML Output

_writeFill(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_Fill $pFill = null)   X-Ref
Write Fill

param: PHPExcel_Shared_XMLWriter     $objWriter         XML Writer
param: PHPExcel_Style_Fill            $pFill            Fill style

_writeGradientFill(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_Fill $pFill = null)   X-Ref
Write Gradient Fill

param: PHPExcel_Shared_XMLWriter     $objWriter         XML Writer
param: PHPExcel_Style_Fill            $pFill            Fill style

_writePatternFill(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_Fill $pFill = null)   X-Ref
Write Pattern Fill

param: PHPExcel_Shared_XMLWriter            $objWriter         XML Writer
param: PHPExcel_Style_Fill                    $pFill            Fill style

_writeFont(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_Font $pFont = null)   X-Ref
Write Font

param: PHPExcel_Shared_XMLWriter        $objWriter         XML Writer
param: PHPExcel_Style_Font                $pFont            Font style

_writeBorder(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_Borders $pBorders = null)   X-Ref
Write Border

param: PHPExcel_Shared_XMLWriter            $objWriter         XML Writer
param: PHPExcel_Style_Borders                $pBorders        Borders style

_writeCellStyleXf(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style $pStyle = null, PHPExcel $pPHPExcel = null)   X-Ref
Write Cell Style Xf

param: PHPExcel_Shared_XMLWriter            $objWriter         XML Writer
param: PHPExcel_Style                        $pStyle            Style
param: PHPExcel                            $pPHPExcel        Workbook

_writeCellStyleDxf(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style $pStyle = null)   X-Ref
Write Cell Style Dxf

param: PHPExcel_Shared_XMLWriter         $objWriter         XML Writer
param: PHPExcel_Style                    $pStyle            Style

_writeBorderPr(PHPExcel_Shared_XMLWriter $objWriter = null, $pName = 'left', PHPExcel_Style_Border $pBorder = null)   X-Ref
Write BorderPr

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

_writeNumFmt(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_Style_NumberFormat $pNumberFormat = null, $pId = 0)   X-Ref
Write NumberFormat

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

allStyles(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all styles

param: PHPExcel                $pPHPExcel
return: PHPExcel_Style[]        All styles in PHPExcel

allConditionalStyles(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all conditional styles

param: PHPExcel                            $pPHPExcel
return: PHPExcel_Style_Conditional[]        All conditional styles in PHPExcel

allFills(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all fills

param: PHPExcel                        $pPHPExcel
return: PHPExcel_Style_Fill[]        All fills in PHPExcel

allFonts(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all fonts

param: PHPExcel                        $pPHPExcel
return: PHPExcel_Style_Font[]        All fonts in PHPExcel

allBorders(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all borders

param: PHPExcel                        $pPHPExcel
return: PHPExcel_Style_Borders[]        All borders in PHPExcel

allNumberFormats(PHPExcel $pPHPExcel = null)   X-Ref
Get an array of all number formats

param: PHPExcel                                $pPHPExcel
return: PHPExcel_Style_NumberFormat[]        All number formats in PHPExcel



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1