|
@@ 1484-1488 (lines=5) @@
|
| 1481 |
|
$texto = 'FONE'; |
| 1482 |
|
$aFont = $this->formatPadrao; |
| 1483 |
|
$this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1484 |
|
if (isset($this->exped)) { |
| 1485 |
|
$texto = $this->zFormatFone($this->exped); |
| 1486 |
|
$aFont = $this->formatNegrito; |
| 1487 |
|
$this->pTextBox($x + 8, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1488 |
|
} |
| 1489 |
|
} //fim da função remetenteDACTE |
| 1490 |
|
|
| 1491 |
|
/** |
|
@@ 1581-1585 (lines=5) @@
|
| 1578 |
|
$texto = 'FONE'; |
| 1579 |
|
$aFont = $this->formatPadrao; |
| 1580 |
|
$this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1581 |
|
if (isset($this->receb)) { |
| 1582 |
|
$texto = $this->zFormatFone($this->receb); |
| 1583 |
|
$aFont = $this->formatNegrito; |
| 1584 |
|
$this->pTextBox($x + 8, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, ''); |
| 1585 |
|
} |
| 1586 |
|
} //fim da função recebedorDACTE |
| 1587 |
|
|
| 1588 |
|
/** |