noalyss Version-9
Public Member Functions | Data Fields
Cellule Class Reference

A Cellule is a cell to print. More...

+ Collaboration diagram for Cellule:

Public Member Functions

 __construct ($w, $h, $txt, $border, $ln, $align, $fill, $link, $type)
 

Data Fields

 $align
 
 $border
 
 $fill
 
 $height
 
 $link
 
 $new_line
 
 $text
 
 $type
 
 $width
 

Detailed Description

A Cellule is a cell to print.

See also
TFPDF

Definition at line 33 of file pdf_core.class.php.

Constructor & Destructor Documentation

◆ __construct()

Cellule::__construct (   $w,
  $h,
  $txt,
  $border,
  $ln,
  $align,
  $fill,
  $link,
  $type 
)

Definition at line 43 of file pdf_core.class.php.

44 {
45 $this->width=$w ;
46 $this->height=$h ;
47 $this->text=$txt;
48 $this->border=$border;
49 $this->new_line=$ln;
50 $this->align=$align;
51 $this->fill=$fill;
52 $this->link=$link;
53 $this->type=$type;
54 return $this;
55 }
return false Description text align
foreach($array as $idx=> $m) $w
$input_from type
Definition: balance.inc.php:65
$desc width

References $align, $border, $fill, $link, $type, $w, align, type, and width.

Field Documentation

◆ $align

Cellule::$align

Definition at line 39 of file pdf_core.class.php.

Referenced by __construct().

◆ $border

Cellule::$border

Definition at line 38 of file pdf_core.class.php.

Referenced by __construct().

◆ $fill

Cellule::$fill

Definition at line 40 of file pdf_core.class.php.

Referenced by __construct().

◆ $height

Cellule::$height

Definition at line 35 of file pdf_core.class.php.

◆ $link

Cellule::$link

Definition at line 41 of file pdf_core.class.php.

Referenced by __construct().

◆ $new_line

Cellule::$new_line

Definition at line 37 of file pdf_core.class.php.

◆ $text

Cellule::$text

Definition at line 36 of file pdf_core.class.php.

◆ $type

Cellule::$type

Definition at line 42 of file pdf_core.class.php.

Referenced by __construct().

◆ $width

Cellule::$width

Definition at line 34 of file pdf_core.class.php.


The documentation for this class was generated from the following file: