MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe Table_Frame_Decorator
Diagrama de heranças da classe Table_Frame_Decorator
Frame_Decorator Frame

Membros públicos

 __construct (Frame $frame, DOMPDF $dompdf)
 
 reset ()
 
 split ($child=null)
 
 get_cellmap ()
 
 get_min_width ()
 
 get_max_width ()
 
 set_min_width ($width)
 
 set_max_width ($width)
 
 normalise ()
 
 move_after (Frame $frame)
 
- Membros públicos herdados de Frame_Decorator
 dispose ($recursive=false)
 
 copy (DomNode $node)
 
 deep_copy ()
 
 get_node ()
 
 get_id ()
 
 get_style ()
 
 get_original_style ()
 
 get_containing_block ($i=null)
 
 get_position ($i=null)
 
 get_margin_height ()
 
 get_margin_width ()
 
 get_padding_box ()
 
 get_border_box ()
 
 set_id ($id)
 
 set_style (Style $style)
 
 set_containing_block ($x=null, $y=null, $w=null, $h=null)
 
 set_position ($x=null, $y=null)
 
 __toString ()
 
 prepend_child (Frame $child, $update_node=true)
 
 append_child (Frame $child, $update_node=true)
 
 insert_child_before (Frame $new_child, Frame $ref, $update_node=true)
 
 insert_child_after (Frame $new_child, Frame $ref, $update_node=true)
 
 remove_child (Frame $child, $update_node=true)
 
 get_parent ()
 
 get_first_child ()
 
 get_last_child ()
 
 get_prev_sibling ()
 
 get_next_sibling ()
 
 get_children ()
 
 get_subtree ()
 
 set_positioner (Positioner $posn)
 
 set_reflower (Frame_Reflower $reflower)
 
 get_reflower ()
 
 set_root (Frame $root)
 
 get_root ()
 
 find_block_parent ()
 
 position ()
 
 reflow ()
 
 get_min_max_width ()
 
- Membros públicos herdados de Frame
 __construct (DomNode $node)
 
 get_decorator ()
 
 set_decorator (Frame_Decorator $decorator)
 

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
 

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( Frame $frame,
DOMPDF $dompdf )

Class constructor

Parâmetros
Frame$framethe frame to decorate

Reimplementado de Frame_Decorator.

Documentação das funções

◆ find_parent_table()

static find_parent_table ( Frame $frame)
static

Static function to locate the parent table of a frame

Parâmetros
Frame$frame
Retorna
Frame the table that is an ancestor of $frame

◆ get_cellmap()

get_cellmap ( )

Return this table's Cellmap

Retorna
Cellmap

◆ get_max_width()

get_max_width ( )

Return the maximum width of this table

Retorna
float

◆ get_min_width()

get_min_width ( )

Return the minimum width of this table

Retorna
float

◆ move_after()

move_after ( Frame $frame)

Moves the specified frame and it's corresponding node outside of the table.

Parâmetros
Frame$framethe frame to move

◆ normalise()

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()

reset ( )

Reimplementado de Frame_Decorator.

◆ set_max_width()

set_max_width ( $width)

Set the maximum width of the table

Parâmetros
float$widththe new maximum width

◆ set_min_width()

set_min_width ( $width)

Set the minimum width of the table

Parâmetros
float$widththe new minimum width

◆ split()

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.

Parâmetros
Frame$row

Reimplementado de Frame_Decorator.

Documentação dos campos e atributos

◆ $_cellmap

$_cellmap
protected

◆ $_footers

$_footers
protected

◆ $_headers

$_headers
protected

◆ $_max_width

$_max_width
protected

◆ $_min_width

$_min_width
protected

◆ $ROW_GROUPS

$ROW_GROUPS
static
Valor inicial:
= array('table-row-group',
'table-header-group',
'table-footer-group')

◆ $VALID_CHILDREN

$VALID_CHILDREN
static
Valor inicial:
= array("table-row-group",
"table-row",
"table-header-group",
"table-footer-group",
"table-column",
"table-column-group",
"table-caption",
"table-cell")

A documentação para esta classe foi gerada a partir do seguinte ficheiro: