Element index for package PHPExcel_Writer_Excel5
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ i ]
[ p ]
[ r ]
[ s ]
[ t ]
[ w ]
[ x ]
[ _ ]
_
- $_active_pane
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_active_pane
The active pane for the worksheet
- $_bg_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_bg_color
The cell's background color.
- $_biffsize
- in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_biffsize
The BIFF file size for the workbook.
- $_BIFF_version
- in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_BIFF_version
The BIFF/Excel version (5).
- $_BIFF_version
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_BIFF_version
The BIFF version for the workbook
- $_bottom_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_bottom_color
Color of the bottom border of the cell.
- $_codepage
- in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_codepage
The codepage indicates the text encoding used for strings
- $_colinfo
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_colinfo
Array containing format information for columns
- $_country_code
- in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_country_code
The country code used for localization
- $_current_char
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_current_char
The index of the character we are currently looking at
- $_current_token
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_current_token
The token we are working on.
- $_data
- in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_data
The string containing the data of the BIFF stream
- $_datasize
- in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_datasize
The size of the data in bytes. Should be the same as strlen($this->_data)
- $_ext_sheets
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_ext_sheets
Array of external sheets
- $_fg_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_fg_color
The cell's foreground color.
- $_formula
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_formula
The formula to parse
- $_left_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_left_color
Color of the left border of the cell.
- $_limit
- in file BIFFwriter.php, variable PHPExcel_Writer_Excel5_BIFFwriter::$_limit
The maximum length for a BIFF record (excluding record header and length field). See _addContinue()
- $_lookahead
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_lookahead
The character ahead of the current char
- $_numberFormatIndex
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_numberFormatIndex
An index (2 bytes) to a FORMAT record (number format).
- $_outline_below
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_below
Whether to have outline summary below.
- $_outline_on
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_on
Whether to use outline.
- $_outline_right
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_right
Whether to have outline summary at the right.
- $_outline_style
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_outline_style
Auto outline styles.
- $_palette
- in file Workbook.php, variable PHPExcel_Writer_Excel5_Workbook::$_palette
Array containing the colour palette
- $_parse_tree
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_parse_tree
The parse tree to be generated
- $_references
- in file Parser.php, variable PHPExcel_Writer_Excel5_Parser::$_references
Array of sheet references in the form of REF structures
- $_right_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_right_color
Color of the right border of the cell.
- $_selection
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_selection
Array containing the selected area for the worksheet
- $_str_table
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_table
Reference to the array containing all the unique strings in the workbook
- $_str_total
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_total
Reference to the total number of strings in the workbook
- $_str_unique
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_str_unique
Reference to the number of unique strings in the workbook
- $_text_justlast
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_text_justlast
1 bit, apparently not used.
- $_top_color
- in file Xf.php, variable PHPExcel_Writer_Excel5_Xf::$_top_color
Color of the top border of the cell.
- $_xls_strmax
- in file Worksheet.php, variable PHPExcel_Writer_Excel5_Worksheet::$_xls_strmax
Maximum number of characters for a string (LABEL record in BIFF5)
- __construct
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::__construct()
Constructor
- __construct
- in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::__construct()
Class constructor
- __construct
- in file Escher.php, method PHPExcel_Writer_Excel5_Escher::__construct()
Constructor
- __construct
- in file BIFFwriter.php, method PHPExcel_Writer_Excel5_BIFFwriter::__construct()
Constructor
- __construct
- in file Excel5.php, method PHPExcel_Writer_Excel5::__construct()
Create a new PHPExcel_Writer_Excel5
- __construct
- in file Font.php, method PHPExcel_Writer_Excel5_Font::__construct()
Constructor
- __construct
- in file Parser.php, method PHPExcel_Writer_Excel5_Parser::__construct()
The class constructor
- __construct
- in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::__construct()
Constructor
top
top
top
top
top
top
top
top
p
- parse
- in file Parser.php, method PHPExcel_Writer_Excel5_Parser::parse()
The parsing method. It parses a formula.
- Parser.php
- procedural page Parser.php
- PHPExcel_Writer_Excel5
- in file Excel5.php, class PHPExcel_Writer_Excel5
PHPExcel_Writer_Excel5
- PHPExcel_Writer_Excel5_BIFFwriter
- in file BIFFwriter.php, class PHPExcel_Writer_Excel5_BIFFwriter
PHPExcel_Writer_Excel5_BIFFwriter
- PHPExcel_Writer_Excel5_Escher
- in file Escher.php, class PHPExcel_Writer_Excel5_Escher
PHPExcel_Shared_Escher_DggContainer_BstoreContainer
- PHPExcel_Writer_Excel5_Font
- in file Font.php, class PHPExcel_Writer_Excel5_Font
PHPExcel_Writer_Excel5_Font
- PHPExcel_Writer_Excel5_Parser
- in file Parser.php, class PHPExcel_Writer_Excel5_Parser
PHPExcel_Writer_Excel5_Parser
- PHPExcel_Writer_Excel5_Workbook
- in file Workbook.php, class PHPExcel_Writer_Excel5_Workbook
PHPExcel_Writer_Excel5_Workbook
- PHPExcel_Writer_Excel5_Worksheet
- in file Worksheet.php, class PHPExcel_Writer_Excel5_Worksheet
PHPExcel_Writer_Excel5_Worksheet
- PHPExcel_Writer_Excel5_Xf
- in file Xf.php, class PHPExcel_Writer_Excel5_Xf
PHPExcel_Writer_Excel5_Xf
- printRowColHeaders
- in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::printRowColHeaders()
Set the option to print the row and column headers on the printed page.
top
top
s
- save
- in file Excel5.php, method PHPExcel_Writer_Excel5::save()
Save PHPExcel to file
- setBgColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBgColor()
Sets the cell's background color
- setBIFFVersion
- in file Font.php, method PHPExcel_Writer_Excel5_Font::setBIFFVersion()
Set BIFF version
- setBIFFVersion
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBIFFVersion()
Set BIFF version
- setBottomColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setBottomColor()
Sets the cell's bottom border color
- setColorIndex
- in file Font.php, method PHPExcel_Writer_Excel5_Font::setColorIndex()
Set the color index
- setDiagColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setDiagColor()
Sets the cell's diagonal border color
- setEscher
- in file Workbook.php, method PHPExcel_Writer_Excel5_Workbook::setEscher()
Set Escher object
- setEscher
- in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::setEscher()
Set Escher object
- setExtSheet
- in file Parser.php, method PHPExcel_Writer_Excel5_Parser::setExtSheet()
This method is used to update the array of sheet names. It is called by the addWorksheet() method of the PHPExcel_Writer_Excel5_Workbook class.
- setFgColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setFgColor()
Sets the cell's foreground color
- setFontIndex
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setFontIndex()
Set the font index.
- setIsStyleXf
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setIsStyleXf()
Is this a style XF ?
- setLeftColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setLeftColor()
Sets the cell's left border color
- setNumberFormatIndex
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setNumberFormatIndex()
Sets the index to the number format record It can be date, time, currency, etc...
- setOutline
- in file Worksheet.php, method PHPExcel_Writer_Excel5_Worksheet::setOutline()
This method sets the properties for outlining and grouping. The defaults correspond to Excel's defaults.
- setPreCalculateFormulas
- in file Excel5.php, method PHPExcel_Writer_Excel5::setPreCalculateFormulas()
Set Pre-Calculate Formulas
- setRightColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setRightColor()
Sets the cell's right border color
- setTempDir
- in file Excel5.php, method PHPExcel_Writer_Excel5::setTempDir()
Set temporary storage directory
- setTopColor
- in file Xf.php, method PHPExcel_Writer_Excel5_Xf::setTopColor()
Sets the cell's top border color
top
top
top
x
- Xf.php
- procedural page Xf.php
top
|
|