Moodle  2.2.1
http://www.collinsharper.com
MoodleODSFormat Class Reference

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

Detailed Description

Definition at line 354 of file odslib.class.php.


Member Function Documentation

_get_color ( name_color = '')

Definition at line 536 of file odslib.class.php.

Here is the caller graph for this function:

MoodleODSFormat ( properties = array())

Definition at line 361 of file odslib.class.php.

set_align ( location)

Definition at line 455 of file odslib.class.php.

Here is the caller graph for this function:

set_bg_color ( color)

Definition at line 436 of file odslib.class.php.

Here is the call graph for this function:

set_bold ( weight = 1)

Definition at line 379 of file odslib.class.php.

set_border ( style)

Set cells borders to the same style

Parameters:
integer$stylestyle 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)

Definition at line 423 of file odslib.class.php.

Here is the call graph for this function:

set_fg_color ( color)

Definition at line 430 of file odslib.class.php.

set_h_align ( location)

Definition at line 476 of file odslib.class.php.

Here is the call graph for this function:

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.

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.

Definition at line 410 of file odslib.class.php.

Definition at line 399 of file odslib.class.php.

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.


Field Documentation

$id

Definition at line 355 of file odslib.class.php.

$properties

Definition at line 356 of file odslib.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations