MIOLO25
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe Cellmap

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
 

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( Table_Frame_Decorator $table)

Documentação das funções

◆ __toString()

__toString ( )

◆ _resolve_border()

_resolve_border ( $i,
$j,
$h_v,
$border_spec )
protected

◆ add_frame()

add_frame ( Frame $frame)

◆ add_row()

add_row ( )

◆ assign_frame_heights()

assign_frame_heights ( )

◆ assign_x_positions()

assign_x_positions ( )

◆ get_border()

get_border ( $i,
$j,
$h_v,
$prop = null )

◆ get_border_properties()

get_border_properties ( $i,
$j )

◆ get_column()

& get_column ( $i)

◆ get_columns()

& get_columns ( )

◆ get_frame_height()

get_frame_height ( $frame)

◆ get_frame_position()

get_frame_position ( $frame)

◆ get_frame_width()

get_frame_width ( $frame)

◆ get_num_cols()

get_num_cols ( )

◆ get_num_rows()

get_num_rows ( )

◆ get_row()

& get_row ( $j)

◆ get_rows()

& get_rows ( )

◆ get_spanned_cells()

get_spanned_cells ( $frame)

◆ remove_row()

remove_row ( Frame $row)

Remove a row from the cellmap.

Parâmetros
Frame

◆ remove_row_group()

remove_row_group ( Frame $group)

Remove a row group from the cellmap.

Parâmetros
Frame$groupThe group to remove

◆ reset()

reset ( )

◆ set_column_width()

set_column_width ( $j,
$width )

◆ set_frame_heights()

set_frame_heights ( $table_height,
$content_height )

Re-adjust frame height if the table height is larger than its content

◆ set_row_height()

set_row_height ( $i,
$height )

◆ update_row_group()

update_row_group ( Frame $group,
Frame $last_row )

Update a row group after rows have been removed

Parâmetros
Frame$groupThe group to update
Frame$last_rowThe last row in the row group

Documentação dos campos e atributos

◆ $_BORDER_STYLE_SCORE

$_BORDER_STYLE_SCORE
staticprotected
Valor inicial:
= array("inset" => 1,
"groove" => 2,
"outset" => 3,
"ridge" => 4,
"dotted" => 5,
"dashed" => 6,
"solid" => 7,
"double" => 8,
"none" => 0)

◆ $_borders

$_borders
protected

◆ $_cells

$_cells
protected

◆ $_columns

$_columns
protected

◆ $_frames

$_frames
protected

◆ $_num_cols

$_num_cols
protected

◆ $_num_rows

$_num_rows
protected

◆ $_rows

$_rows
protected

◆ $_table

$_table
protected

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