|
Located in File: Program_Root/Format.php
Spreadsheet_WriteExcelXavier Noguer <mailto:xnoguer@rezebra.com>
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
| void | constructor Format ( [$index = 0], [$properties = array()] ) |
public[ Top ]
| string | get_font ( ) |
The FONT record_store_all_fonts">Workbook::_store_all_fonts()[ Top ]
| string | get_font_key ( ) |
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
A key for this font[ Top ]
| string | get_xf ( $style ) |
The XF record[ Top ]
| integer | get_xf_index ( ) |
The index for the XF record[ Top ]
| void | set_align ( $location ) |
public[ Top ]
| void | set_bg_color ( $color ) |
public[ Top ]
| void | set_bold ( [$weight = 1] ) |
0x190 is normal. 0x2BC is bold.
public[ Top ]
| void | set_border ( $style ) |
public[ Top ]
| void | set_border_color ( $color ) |
public[ Top ]
| void | set_bottom ( $style ) |
public[ Top ]
| void | set_bottom_color ( $color ) |
public[ Top ]
| void | set_color ( $color ) |
public[ Top ]
| void | set_fg_color ( $color ) |
public[ Top ]
| void | set_italic ( ) |
public[ Top ]
| void | set_left ( $style ) |
public[ Top ]
| void | set_left_color ( $color ) |
public[ Top ]
| void | set_merge ( ) |
public[ Top ]
| void | set_num_format ( $num_format ) |
public[ Top ]
| void | set_pattern ( [$arg = 1] ) |
public[ Top ]
| void | set_right ( $style ) |
public[ Top ]
| void | set_right_color ( $color ) |
public[ Top ]
| void | set_size ( $size ) |
public[ Top ]
| void | set_text_wrap ( [$text_wrap = 1] ) |
public[ Top ]
| void | set_top ( $style ) |
public[ Top ]
| void | set_top_color ( $color ) |
public[ Top ]
| void | set_underline ( $underline ) |
public[ Top ]
| integer | _get_color ( [$name_color = ''] ) |
The color index[ Top ]