[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 696 lines (28 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

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: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1