ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
writeStyles (PHPExcel $pPHPExcel=null) | |
Write styles to XML format. More... | |
allStyles (PHPExcel $pPHPExcel=null) | |
Get an array of all styles. More... | |
allConditionalStyles (PHPExcel $pPHPExcel=null) | |
Get an array of all conditional styles. More... | |
allFills (PHPExcel $pPHPExcel=null) | |
Get an array of all fills. More... | |
allFonts (PHPExcel $pPHPExcel=null) | |
Get an array of all fonts. More... | |
allBorders (PHPExcel $pPHPExcel=null) | |
Get an array of all borders. More... | |
allNumberFormats (PHPExcel $pPHPExcel=null) | |
Get an array of all number formats. More... | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
Set parent IWriter object. More... | |
getParentWriter () | |
Get parent IWriter object. More... | |
__construct (PHPExcel_Writer_IWriter $pWriter=null) | |
Set parent IWriter object. More... | |
|
private |
Write Border.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Borders | $pBorders | Borders style |
PHPExcel_Writer_Exception |
Definition at line 357 of file Style.php.
References $objWriter, _writeBorderPr(), PHPExcel_Style_Borders\DIAGONAL_BOTH, 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 |
PHPExcel_Writer_Exception |
Definition at line 535 of file Style.php.
References $objWriter, and PHPExcel_Style_Border\BORDER_NONE.
Referenced by _writeBorder().
|
private |
Write Cell Style Dxf.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style | $pStyle | Style |
PHPExcel_Writer_Exception |
Definition at line 469 of file Style.php.
References $objWriter, _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 |
PHPExcel_Writer_Exception |
Definition at line 394 of file Style.php.
References $objWriter, 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 |
PHPExcel_Writer_Exception |
Definition at line 175 of file Style.php.
References $objWriter, _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 |
PHPExcel_Writer_Exception |
Definition at line 277 of file Style.php.
References $objWriter.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write Gradient Fill.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Fill | $pFill | Fill style |
PHPExcel_Writer_Exception |
Definition at line 195 of file Style.php.
References $objWriter.
Referenced by _writeFill().
|
private |
Write NumberFormat.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_NumberFormat | $pNumberFormat | Number Format |
int | $pId | Number Format identifier |
PHPExcel_Writer_Exception |
Definition at line 559 of file Style.php.
References $objWriter.
Referenced by _writeCellStyleDxf(), and writeStyles().
|
private |
Write Pattern Fill.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
PHPExcel_Style_Fill | $pFill | Fill style |
PHPExcel_Writer_Exception |
Definition at line 239 of file Style.php.
References $objWriter, and PHPExcel_Style_Fill\FILL_NONE.
Referenced by _writeFill().
PHPExcel_Writer_Excel2007_Style::allBorders | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all borders.
PHPExcel | $pPHPExcel |
PHPExcel_Writer_Exception |
Definition at line 671 of file Style.php.
References $style, allStyles(), and array.
PHPExcel_Writer_Excel2007_Style::allConditionalStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all conditional styles.
PHPExcel | $pPHPExcel |
PHPExcel_Writer_Exception |
Definition at line 594 of file Style.php.
References $conditionalStyles, $i, and array.
PHPExcel_Writer_Excel2007_Style::allFills | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all fills.
PHPExcel | $pPHPExcel |
PHPExcel_Writer_Exception |
Definition at line 618 of file Style.php.
References $style, allStyles(), array, 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 |
PHPExcel_Writer_Exception |
Definition at line 649 of file Style.php.
References $style, allStyles(), and array.
PHPExcel_Writer_Excel2007_Style::allNumberFormats | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all number formats.
PHPExcel | $pPHPExcel |
PHPExcel_Writer_Exception |
Definition at line 693 of file Style.php.
References $style, allStyles(), and array.
PHPExcel_Writer_Excel2007_Style::allStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all styles.
PHPExcel | $pPHPExcel |
PHPExcel_Writer_Exception |
Definition at line 580 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 |
PHPExcel_Writer_Exception |
Definition at line 45 of file Style.php.
References $i, $objWriter, _writeBorder(), _writeCellStyleDxf(), _writeCellStyleXf(), _writeFill(), _writeFont(), _writeNumFmt(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.