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

Membros públicos

 __construct (Frame $frame, DOMPDF $dompdf)
 
 reset ()
 
 get_current_line ($i=null)
 
 get_lines ()
 
 set_current_line ($y=null, $w=null, $h=null)
 
 clear_line ($i)
 
 set_line ($lineno, $y=null, $w=null, $h=null)
 
 add_frame_to_line (Frame $frame)
 
 remove_frames_from_line (Frame $frame)
 
 increase_line_width ($w)
 
 maximize_line_height ($val)
 
 add_line ()
 
 reset_counter ($id=self::DEFAULT_COUNTER, $value=0)
 
 increment_counter ($id=self::DEFAULT_COUNTER, $increment=1)
 
 counter_value ($id=self::DEFAULT_COUNTER, $type="decimal")
 
- 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 ()
 
 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)
 

Campos de Dados

const DEFAULT_COUNTER = "-dompdf-default-counter"
 

Atributos Protegidos

 $_lines
 
 $_counters
 
 $_cl
 
- 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 decoration target

Reimplementado de Frame_Decorator.

Reimplementado em Table_Cell_Frame_Decorator.

Documentação das funções

◆ add_frame_to_line()

add_frame_to_line ( Frame $frame)

◆ add_line()

add_line ( )

◆ clear_line()

clear_line ( $i)

◆ counter_value()

counter_value ( $id = self::DEFAULT_COUNTER,
$type = "decimal" )

◆ get_current_line()

get_current_line ( $i = null)

◆ get_lines()

get_lines ( )

◆ increase_line_width()

increase_line_width ( $w)

◆ increment_counter()

increment_counter ( $id = self::DEFAULT_COUNTER,
$increment = 1 )

◆ maximize_line_height()

maximize_line_height ( $val)

◆ remove_frames_from_line()

remove_frames_from_line ( Frame $frame)

◆ reset()

reset ( )

Reimplementado de Frame_Decorator.

Reimplementado em Table_Cell_Frame_Decorator.

◆ reset_counter()

reset_counter ( $id = self::DEFAULT_COUNTER,
$value = 0 )

◆ set_current_line()

set_current_line ( $y = null,
$w = null,
$h = null )

◆ set_line()

set_line ( $lineno,
$y = null,
$w = null,
$h = null )

Documentação dos campos e atributos

◆ $_cl

$_cl
protected

◆ $_counters

$_counters
protected

◆ $_lines

$_lines
protected

◆ DEFAULT_COUNTER

const DEFAULT_COUNTER = "-dompdf-default-counter"

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