]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Agrego nueva funcionalidad a MECON_PDF_Texto.
authorMartín Marrese <marrese@gmail.com>
Wed, 21 Apr 2004 17:15:13 +0000 (17:15 +0000)
committerMartín Marrese <marrese@gmail.com>
Wed, 21 Apr 2004 17:15:13 +0000 (17:15 +0000)
lib/MECON/PDF/Texto.php

index fa54b069d6d90f96f7498b58e7a40f897d8237a3..2363af1d95e29e028ae99fe15f46d3d5ce1be6cf 100644 (file)
@@ -282,5 +282,15 @@ class MECON_PDF_Texto extends MECON_PDF_Contenido {
     function setEstilo($pos, $estilo) {
         $this->_estilos[$pos] = $estilo;
     }
+
+    /**
+     * Funcion que devuelve el numero de parrafos que hay cargados.
+     *
+     * @access public
+     * @return int
+     */
+    function cantParrafos() {
+        return count($this->_parrafos);
+    }
 }
 ?>
\ No newline at end of file