|
MIOLO26
|
Membros públicos | |
| __construct (Table_Frame_Decorator $table) | |
| reset () | |
| get_num_rows () | |
| get_num_cols () | |
| & | get_columns () |
| & | get_column ($i) |
| & | get_rows () |
| & | get_row ($j) |
| get_border ($i, $j, $h_v, $prop=null) | |
| get_border_properties ($i, $j) | |
| get_spanned_cells ($frame) | |
| get_frame_position ($frame) | |
| get_frame_width ($frame) | |
| get_frame_height ($frame) | |
| set_column_width ($j, $width) | |
| set_row_height ($i, $height) | |
| add_frame (Frame $frame) | |
| add_row () | |
| remove_row (Frame $row) | |
| remove_row_group (Frame $group) | |
| update_row_group (Frame $group, Frame $last_row) | |
| assign_x_positions () | |
| assign_frame_heights () | |
| set_frame_heights ($table_height, $content_height) | |
| __toString () | |
Membros protegidos | |
| _resolve_border ($i, $j, $h_v, $border_spec) | |
Atributos Protegidos | |
| $_table | |
| $_num_rows | |
| $_num_cols | |
| $_cells | |
| $_columns | |
| $_rows | |
| $_borders | |
| $_frames | |
Atributos Protegidos Estáticos | |
| static | $_BORDER_STYLE_SCORE |
| __construct | ( | Table_Frame_Decorator | $table | ) |
| __toString | ( | ) |
|
protected |
| add_frame | ( | Frame | $frame | ) |
| add_row | ( | ) |
| assign_frame_heights | ( | ) |
| assign_x_positions | ( | ) |
| get_border | ( | $i, | |
| $j, | |||
| $h_v, | |||
| $prop = null ) |
| get_border_properties | ( | $i, | |
| $j ) |
| & get_column | ( | $i | ) |
| & get_columns | ( | ) |
| get_frame_height | ( | $frame | ) |
| get_frame_position | ( | $frame | ) |
| get_frame_width | ( | $frame | ) |
| get_num_cols | ( | ) |
| get_num_rows | ( | ) |
| & get_row | ( | $j | ) |
| & get_rows | ( | ) |
| get_spanned_cells | ( | $frame | ) |
| remove_row_group | ( | Frame | $group | ) |
Remove a row group from the cellmap.
| Frame | $group | The group to remove |
| reset | ( | ) |
| set_column_width | ( | $j, | |
| $width ) |
| set_frame_heights | ( | $table_height, | |
| $content_height ) |
Re-adjust frame height if the table height is larger than its content
| set_row_height | ( | $i, | |
| $height ) |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |