ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
writeStyles (PHPExcel $pPHPExcel=null) | |
Write styles to XML format. | |
allStyles (PHPExcel $pPHPExcel=null) | |
Get an array of all styles. | |
allConditionalStyles (PHPExcel $pPHPExcel=null) | |
Get an array of all conditional styles. | |
allFills (PHPExcel $pPHPExcel=null) | |
Get an array of all fills. | |
allFonts (PHPExcel $pPHPExcel=null) | |
Get an array of all fonts. | |
allBorders (PHPExcel $pPHPExcel=null) | |
Get an array of all borders. | |
allNumberFormats (PHPExcel $pPHPExcel=null) | |
Get an array of all number formats. | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
Set parent IWriter object. | |
getParentWriter () | |
Get parent IWriter object. |
Private Member Functions | |
_writeFill (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_Fill $pFill=null) | |
Write Fill. | |
_writeGradientFill (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_Fill $pFill=null) | |
Write Gradient Fill. | |
_writePatternFill (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_Fill $pFill=null) | |
Write Pattern Fill. | |
_writeFont (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_Font $pFont=null) | |
Write Font. | |
_writeBorder (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_Borders $pBorders=null) | |
Write Border. | |
_writeCellStyleXf (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style $pStyle=null, PHPExcel $pPHPExcel=null) | |
Write Cell Style Xf. | |
_writeCellStyleDxf (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style $pStyle=null) | |
Write Cell Style Dxf. | |
_writeBorderPr (PHPExcel_Shared_XMLWriter $objWriter=null, $pName= 'left', PHPExcel_Style_Border $pBorder=null) | |
Write BorderPr. | |
_writeNumFmt (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_Style_NumberFormat $pNumberFormat=null, $pId=0) | |
Write NumberFormat. |
|
private |
Write Border.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Borders | $pBorders | Borders style |
Exception |
Definition at line 385 of file Style.php.
References _writeBorderPr(), PHPExcel_Style_Borders\DIAGONAL_DOWN, and PHPExcel_Style_Borders\DIAGONAL_UP.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write BorderPr.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
string | $pName | Element name |
PHPExcel_Style_Border | $pBorder | Border style |
Exception |
Definition at line 542 of file Style.php.
References PHPExcel_Style_Border\BORDER_NONE.
Referenced by _writeBorder().
|
private |
Write Cell Style Dxf.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style | $pStyle | Style |
Exception |
Definition at line 487 of file Style.php.
References _writeBorder(), _writeFill(), _writeFont(), _writeNumFmt(), PHPExcel_Style_Protection\PROTECTION_INHERIT, and PHPExcel_Style_Protection\PROTECTION_PROTECTED.
Referenced by writeStyles().
|
private |
Write Cell Style Xf.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style | $pStyle | Style |
PHPExcel | $pPHPExcel | Workbook |
Exception |
Definition at line 418 of file Style.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Style_Protection\PROTECTION_INHERIT, and PHPExcel_Style_Protection\PROTECTION_PROTECTED.
Referenced by writeStyles().
|
private |
Write Fill.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Fill | $pFill | Fill style |
Exception |
Definition at line 223 of file Style.php.
References _writeGradientFill(), _writePatternFill(), PHPExcel_Style_Fill\FILL_GRADIENT_LINEAR, and PHPExcel_Style_Fill\FILL_GRADIENT_PATH.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write Font.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Font | $pFont | Font style |
Exception |
Definition at line 318 of file Style.php.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write Gradient Fill.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Fill | $pFill | Fill style |
Exception |
Definition at line 243 of file Style.php.
Referenced by _writeFill().
|
private |
Write NumberFormat.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_NumberFormat | $pNumberFormat | Number Format |
int | $pId | Number Format identifier |
Exception |
Definition at line 566 of file Style.php.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write Pattern Fill.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Fill | $pFill | Fill style |
Exception |
Definition at line 287 of file Style.php.
Referenced by _writeFill().
PHPExcel_Writer_Excel2007_Style::allBorders | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all borders.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 677 of file Style.php.
References allStyles().
PHPExcel_Writer_Excel2007_Style::allConditionalStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all conditional styles.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 599 of file Style.php.
PHPExcel_Writer_Excel2007_Style::allFills | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all fills.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 623 of file Style.php.
References allStyles(), PHPExcel_Style_Fill\FILL_NONE, and PHPExcel_Style_Fill\FILL_PATTERN_GRAY125.
PHPExcel_Writer_Excel2007_Style::allFonts | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all fonts.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 655 of file Style.php.
References allStyles().
PHPExcel_Writer_Excel2007_Style::allNumberFormats | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all number formats.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 699 of file Style.php.
References allStyles().
PHPExcel_Writer_Excel2007_Style::allStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all styles.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 585 of file Style.php.
Referenced by allBorders(), allFills(), allFonts(), and allNumberFormats().
PHPExcel_Writer_Excel2007_Style::writeStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Write styles to XML format.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 93 of file Style.php.
References _writeBorder(), _writeCellStyleDxf(), _writeCellStyleXf(), _writeFill(), _writeFont(), _writeNumFmt(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.