Class for generating Excel XF records (formats)
Located in /web/plugin/feature/sms_excel/lib/external/Spreadsheet/Excel/Writer/Format.php (line 45)
PEAR | --Spreadsheet_Excel_Writer_Format
Index to the FONT record.
The cell's background color.
Bold style
Style of the bottom border of the cell
Color of the bottom border of the cell.
Index to the cell's color
The cell's foreground color.
Byte specifiying the font charset.
Byte specifiying the font family.
The font name (ASCII).
Bit specifiying if the font has outline.
2 bytes specifiying the script type for the font.
Bit specifiying if the font has shadow.
Bit specifiying if the font has strikeout.
Bit specifying if formulas are hidden.
Bit specifiying if the font is italic.
Style of the left border of the cell
Color of the left border of the cell.
Bit specifying if the cell is locked.
An index (2 bytes) to a FORMAT record (number format).
The cell's background fill pattern.
Style of the right border of the cell
Color of the right border of the cell.
The two bits specifying the text rotation.
Height of font (1/20 of a point)
The three bits specifying the text horizontal alignment.
1 bit, apparently not used.
The three bits specifying the text vertical alignment.
Bit specifying if the text is wrapped at the right border.
Style of the top border of the cell
Color of the top border of the cell.
The text underline property
The index given by the workbook when creating a new format.
Returns a unique hash key for a font.
Used by Spreadsheet_Excel_Writer_Workbook::_storeAllFonts()
The elements that form the key are arranged to increase the probability of generating a unique key. Elements that hold a large range of numbers (eg. _color) are placed between two binary elements such as _italic
Generate an Excel BIFF XF record (style or cell).
Returns the index used by Spreadsheet_Excel_Writer_Worksheet::_XF()
Set cell alignment.
Sets the cell's background color
Sets the boldness of the text.
Bold has a range 100..1000.
Set cells borders to the same style
Sets all the cell's borders to the same color
Sets the width for the bottom border of the cell
Sets the cell's bottom border color
Sets the cell's color
Sets the cell's foreground color
Sets the font family name.
Set cell horizontal alignment.
Sets the width for the left border of the cell
Sets the cell's left border color
Sets the numeric format.
It can be date, time, currency, etc...
Sets the fill pattern attribute of a cell
Sets the width for the right border of the cell
Sets the cell's right border color
Sets the script type of the text
Sets the font size
Sets the orientation of the text
Sets the width for the top border of the cell
Sets the cell's top border color
Sets the underline of the text
Unlocks a cell. Useful for unprotecting particular cells of a protected sheet.
Set cell vertical alignment.
Inherited From PEAR
PEAR::PEAR()
PEAR::delExpect()
PEAR::expectError()
PEAR::getStaticProperty()
PEAR::isError()
PEAR::loadExtension()
PEAR::popErrorHandling()
PEAR::popExpect()
PEAR::pushErrorHandling()
PEAR::raiseError()
PEAR::registerShutdownFunc()
PEAR::setErrorHandling()
PEAR::staticPopErrorHandling()
PEAR::staticPushErrorHandling()
PEAR::throwError()
PEAR::_PEAR()
Documentation generated on Wed, 09 Feb 2011 09:01:11 +0700 by phpDocumentor 1.4.2