Hola de nuevo.
¿Cómo puedo cambiar el formato a todo el texto de una tabla?
Estoy probando con el siguiente código y funciona todo menos el tamaño de la fuente que deja la predeterminada del documento.
$first_col_table_styleOptions = array(
'borderWidth' => 8,
'cellMargin' => array('left' => 150, 'right' => 150),
'firstColStyle' => array(
'backgroundColor' => $main_hex_color,
'rPrStyles' => array('color' => 'ffffff'),
),
'rPrStyles' => ['fontSize' => 18],
);
$wf->createTableStyle('first_col_table'), $first_col_table_styleOptions);
Gracias.
Saludos.