|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Writer_Excel2007_Style:
Collaboration diagram for PHPExcel_Writer_Excel2007_Style: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. | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set 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 333 of file Style.php.
References _writeBorderPr(), PHPExcel_Style_Borders\DIAGONAL_BOTH, PHPExcel_Style_Borders\DIAGONAL_DOWN, and PHPExcel_Style_Borders\DIAGONAL_UP.
Referenced by _writeCellStyleDxf(), and writeStyles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write BorderPr.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| string | $pName | Element name |
| PHPExcel_Style_Border | $pBorder | Border style |
| Exception |
Definition at line 494 of file Style.php.
References PHPExcel_Style_Border\BORDER_NONE.
Referenced by _writeBorder().
Here is the caller graph for this function:
|
private |
Write Cell Style Dxf.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style | $pStyle | Style |
| Exception |
Definition at line 439 of file Style.php.
References _writeBorder(), _writeFill(), _writeFont(), _writeNumFmt(), PHPExcel_Style_Protection\PROTECTION_INHERIT, and PHPExcel_Style_Protection\PROTECTION_PROTECTED.
Referenced by writeStyles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Cell Style Xf.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style | $pStyle | Style |
| PHPExcel | $pPHPExcel | Workbook |
| Exception |
Definition at line 370 of file Style.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Style_Protection\PROTECTION_INHERIT, and PHPExcel_Style_Protection\PROTECTION_PROTECTED.
Referenced by writeStyles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Fill.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style_Fill | $pFill | Fill style |
| Exception |
Definition at line 175 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Write Font.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style_Font | $pFont | Font style |
| Exception |
Definition at line 270 of file Style.php.
Referenced by _writeCellStyleDxf(), and writeStyles().
Here is the caller graph for this function:
|
private |
Write Gradient Fill.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style_Fill | $pFill | Fill style |
| Exception |
Definition at line 195 of file Style.php.
Referenced by _writeFill().
Here is the caller graph for this function:
|
private |
Write NumberFormat.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style_NumberFormat | $pNumberFormat | Number Format |
| int | $pId | Number Format identifier |
| Exception |
Definition at line 518 of file Style.php.
Referenced by _writeCellStyleDxf(), and writeStyles().
Here is the caller graph for this function:
|
private |
Write Pattern Fill.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_Style_Fill | $pFill | Fill style |
| Exception |
Definition at line 239 of file Style.php.
Referenced by _writeFill().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Style::allBorders | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all borders.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 629 of file Style.php.
References allStyles().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Style::allConditionalStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all conditional styles.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 551 of file Style.php.
| PHPExcel_Writer_Excel2007_Style::allFills | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all fills.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 575 of file Style.php.
References allStyles(), PHPExcel_Style_Fill\FILL_NONE, and PHPExcel_Style_Fill\FILL_PATTERN_GRAY125.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Style::allFonts | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all fonts.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 607 of file Style.php.
References allStyles().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Style::allNumberFormats | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all number formats.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 651 of file Style.php.
References allStyles().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_Style::allStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Get an array of all styles.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 537 of file Style.php.
Referenced by allBorders(), allFills(), allFonts(), and allNumberFormats().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_Style::writeStyles | ( | PHPExcel | $pPHPExcel = null | ) |
Write styles to XML format.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 45 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.
Here is the call graph for this function: