|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| MoodleODSFormat ($properties=array()) | |
| set_bold ($weight=1) | |
| set_underline ($underline=1) | |
| set_italic () | |
| set_strikeout () | |
| set_outline () | |
| set_shadow () | |
| set_script ($script) | |
| set_color ($color) | |
| set_fg_color ($color) | |
| set_bg_color ($color) | |
| set_pattern ($pattern=1) | |
| set_text_wrap () | |
| set_align ($location) | |
| set_h_align ($location) | |
| set_v_align ($location) | |
| set_top ($style) | |
| set_bottom ($style) | |
| set_left ($style) | |
| set_right ($style) | |
| set_border ($style) | |
| set_num_format ($num_format) | |
| _get_color ($name_color= '') | |
Data Fields | |
| $id | |
| $properties | |
Definition at line 354 of file odslib.class.php.
| _get_color | ( | $ | name_color = '' | ) |
| MoodleODSFormat | ( | $ | properties = array() | ) |
Definition at line 361 of file odslib.class.php.
| set_align | ( | $ | location | ) |
| set_bg_color | ( | $ | color | ) |
| set_bold | ( | $ | weight = 1 | ) |
Definition at line 379 of file odslib.class.php.
| set_border | ( | $ | style | ) |
Set cells borders to the same style
| integer | $style | style to apply for all cell borders. 1 => thin, 2 => thick. |
Definition at line 524 of file odslib.class.php.
| set_bottom | ( | $ | style | ) |
Definition at line 505 of file odslib.class.php.
| set_color | ( | $ | color | ) |
| set_fg_color | ( | $ | color | ) |
Definition at line 430 of file odslib.class.php.
| set_h_align | ( | $ | location | ) |
| set_italic | ( | ) |
Definition at line 393 of file odslib.class.php.
| set_left | ( | $ | style | ) |
Definition at line 511 of file odslib.class.php.
| set_num_format | ( | $ | num_format | ) |
Definition at line 533 of file odslib.class.php.
| set_outline | ( | ) |
Definition at line 405 of file odslib.class.php.
| set_pattern | ( | $ | pattern = 1 | ) |
Definition at line 444 of file odslib.class.php.
| set_right | ( | $ | style | ) |
Definition at line 517 of file odslib.class.php.
| set_script | ( | $ | script | ) |
Definition at line 417 of file odslib.class.php.
| set_shadow | ( | ) |
Definition at line 410 of file odslib.class.php.
| set_strikeout | ( | ) |
Definition at line 399 of file odslib.class.php.
| set_text_wrap | ( | ) |
Definition at line 449 of file odslib.class.php.
| set_top | ( | $ | style | ) |
Definition at line 499 of file odslib.class.php.
| set_underline | ( | $ | underline = 1 | ) |
Definition at line 387 of file odslib.class.php.
| set_v_align | ( | $ | location | ) |
Definition at line 483 of file odslib.class.php.
| $id |
Definition at line 355 of file odslib.class.php.
| $properties |
Definition at line 356 of file odslib.class.php.