|
MIOLO25
|
Membros públicos estáticos | |
| static | find_parent_table (Frame $frame) |
Atributos Públicos Estáticos | |
| static | $VALID_CHILDREN |
| static | $ROW_GROUPS |
Atributos Protegidos | |
| $_cellmap | |
| $_min_width | |
| $_max_width | |
| $_headers | |
| $_footers | |
Atributos Protegidos herdados de Frame_Decorator | |
| $_root | |
| $_frame | |
| $_positioner | |
| $_reflower | |
| $_dompdf | |
Atributos Protegidos herdados de Frame | |
| $_node | |
| $_id | |
| $_style | |
| $_original_style | |
| $_parent | |
| $_first_child | |
| $_last_child | |
| $_prev_sibling | |
| $_next_sibling | |
| $_containing_block | |
| $_position | |
| $_decorator | |
|
static |
| get_max_width | ( | ) |
Return the maximum width of this table
| get_min_width | ( | ) |
Return the minimum width of this table
| move_after | ( | Frame | $frame | ) |
Moves the specified frame and it's corresponding node outside of the table.
| Frame | $frame | the frame to move |
| normalise | ( | ) |
Restructure tree so that the table has the correct structure. Invalid children (i.e. all non-table-rows) are moved below the table.
| reset | ( | ) |
Reimplementado de Frame_Decorator.
| set_max_width | ( | $width | ) |
Set the maximum width of the table
| float | $width | the new maximum width |
| set_min_width | ( | $width | ) |
Set the minimum width of the table
| float | $width | the new minimum width |
| split | ( | $child = null | ) |
split the table at $row. $row and all subsequent rows will be added to the clone. This method is overidden in order to remove frames from the cellmap properly.
| Frame | $row |
Reimplementado de Frame_Decorator.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
static |