Spreadsheet_Excel_Writer_FormatClass 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
integer
$font_index
(line 57)
Index to the FONT record.
integer
$_bg_color
(line 189)
The cell's background color.
integer
$_bold
(line 75)
Bold style
integer
$_bottom
(line 201)
Style of the bottom border of the cell
integer
$_bottom_color
(line 207)
Color of the bottom border of the cell.
integer
$_color
(line 87)
Index to the cell's color
integer
$_fg_color
(line 183)
The cell's foreground color.
integer
$_font_charset
(line 129)
Byte specifiying the font charset.
integer
$_font_family
(line 123)
Byte specifiying the font family.
string
$_font_name
(line 63)
The font name (ASCII).
integer
$_font_outline
(line 105)
Bit specifiying if the font has outline.
integer
$_font_script
(line 117)
2 bytes specifiying the script type for the font.
integer
$_font_shadow
(line 111)
Bit specifiying if the font has shadow.
integer
$_font_strikeout
(line 99)
Bit specifiying if the font has strikeout.
integer
$_hidden
(line 141)
Bit specifying if formulas are hidden.
integer
$_italic
(line 81)
Bit specifiying if the font is italic.
integer
$_left
(line 225)
Style of the left border of the cell
integer
$_left_color
(line 231)
Color of the left border of the cell.
integer
$_locked
(line 147)
Bit specifying if the cell is locked.
integer
$_num_format
(line 135)
An index (2 bytes) to a FORMAT record (number format).
integer
$_pattern
(line 195)
The cell's background fill pattern.
integer
$_right
(line 237)
Style of the right border of the cell
integer
$_right_color
(line 243)
Color of the right border of the cell.
integer
$_rotation
(line 177)
The two bits specifying the text rotation.
integer
$_size
(line 69)
Height of font (1/20 of a point)
integer
$_text_h_align
(line 153)
The three bits specifying the text horizontal alignment.
integer
$_text_justlast
(line 171)
1 bit, apparently not used.
integer
$_text_v_align
(line 165)
The three bits specifying the text vertical alignment.
integer
$_text_wrap
(line 159)
Bit specifying if the text is wrapped at the right border.
integer
$_top
(line 213)
Style of the top border of the cell
integer
$_top_color
(line 219)
Color of the top border of the cell.
integer
$_underline
(line 93)
The text underline property
integer
$_xf_index
(line 51)
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