MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe Frame_Decorator
Diagrama de heranças da classe Frame_Decorator
Frame Block_Frame_Decorator Image_Frame_Decorator Inline_Frame_Decorator List_Bullet_Frame_Decorator List_Bullet_Image_Frame_Decorator Null_Frame_Decorator Page_Frame_Decorator Table_Frame_Decorator Table_Row_Frame_Decorator Table_Row_Group_Frame_Decorator Text_Frame_Decorator

Membros públicos

 __construct (Frame $frame, DOMPDF $dompdf)
 
 dispose ($recursive=false)
 
 copy (DomNode $node)
 
 deep_copy ()
 
 reset ()
 
 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 ()
 
 split ($child=null)
 
 position ()
 
 reflow ()
 
 get_min_max_width ()
 
- Membros públicos herdados de Frame
 __construct (DomNode $node)
 
 get_decorator ()
 
 set_decorator (Frame_Decorator $decorator)
 

Atributos Protegidos

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

Documentação das funções

◆ __toString()

__toString ( )

Reimplementado de Frame.

◆ append_child()

append_child ( Frame $child,
$update_node = true )

Reimplementado de Frame.

◆ copy()

copy ( DomNode $node)

◆ deep_copy()

deep_copy ( )

Create a deep copy: copy this node and all children

Retorna
Frame

◆ dispose()

dispose ( $recursive = false)

"Destructor": foribly free all references held by this object

Parâmetros
bool$recursiveif true, call dispose on all children

Reimplementado de Frame.

◆ find_block_parent()

find_block_parent ( )

◆ get_border_box()

get_border_box ( )

Reimplementado de Frame.

◆ get_children()

get_children ( )

Reimplementado de Frame.

◆ get_containing_block()

get_containing_block ( $i = null)

Reimplementado de Frame.

◆ get_first_child()

get_first_child ( )

Reimplementado de Frame.

◆ get_id()

get_id ( )

Reimplementado de Frame.

◆ get_last_child()

get_last_child ( )

Reimplementado de Frame.

◆ get_margin_height()

get_margin_height ( )

◆ get_margin_width()

get_margin_width ( )

Reimplementado de Frame.

Reimplementado em List_Bullet_Frame_Decorator e List_Bullet_Image_Frame_Decorator.

◆ get_min_max_width()

get_min_max_width ( )
final

◆ get_next_sibling()

get_next_sibling ( )

Reimplementado de Frame.

◆ get_node()

get_node ( )

Reimplementado de Frame.

◆ get_original_style()

get_original_style ( )

Reimplementado de Frame.

◆ get_padding_box()

get_padding_box ( )

Reimplementado de Frame.

Reimplementado em Text_Frame_Decorator.

◆ get_parent()

get_parent ( )

Reimplementado de Frame.

◆ get_position()

get_position ( $i = null)

Reimplementado de Frame.

◆ get_prev_sibling()

get_prev_sibling ( )

Reimplementado de Frame.

◆ get_reflower()

get_reflower ( )

◆ get_root()

get_root ( )

◆ get_style()

get_style ( )

Reimplementado de Frame.

◆ get_subtree()

get_subtree ( )

◆ insert_child_after()

insert_child_after ( Frame $new_child,
Frame $ref,
$update_node = true )

Reimplementado de Frame.

◆ insert_child_before()

insert_child_before ( Frame $new_child,
Frame $ref,
$update_node = true )

Reimplementado de Frame.

◆ position()

position ( )
final

◆ prepend_child()

prepend_child ( Frame $child,
$update_node = true )

Reimplementado de Frame.

◆ reflow()

reflow ( )
final

◆ remove_child()

remove_child ( Frame $child,
$update_node = true )

Reimplementado de Frame.

◆ reset()

◆ set_containing_block()

set_containing_block ( $x = null,
$y = null,
$w = null,
$h = null )

Reimplementado de Frame.

Reimplementado em Page_Frame_Decorator.

◆ set_id()

set_id ( $id)

Reimplementado de Frame.

◆ set_position()

set_position ( $x = null,
$y = null )

Reimplementado de Frame.

◆ set_positioner()

set_positioner ( Positioner $posn)

◆ set_reflower()

set_reflower ( Frame_Reflower $reflower)

◆ set_root()

set_root ( Frame $root)

◆ set_style()

set_style ( Style $style)

Reimplementado de Frame.

◆ split()

split ( $child = null)

split this frame at $child.

The current frame is cloned and $child and all children following $child are added to the clone. The clone is then passed to the current frame's parent->split() method.

Parâmetros
Frame$child

Reimplementado em Table_Frame_Decorator, Table_Row_Group_Frame_Decorator, Inline_Frame_Decorator e Page_Frame_Decorator.

Documentação dos campos e atributos

◆ $_dompdf

$_dompdf
protected

◆ $_frame

$_frame
protected

◆ $_positioner

$_positioner
protected

◆ $_reflower

$_reflower
protected

◆ $_root

$_root
protected

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