Register Lost your password?

public function fAddTableContents()

Parameters

‘font’

  • A specific size and style of font type within a type family. Example ‘Times New Roman’, ‘Arial’,..

Examples

Example 1 Version Pro


require_once('../classes/cCreateDocx.inc');
$objDocx = new cCreateDocx();
$objDocx->fAddTableContents();
$objDocx->fCreateDocx('ejemplo_table_contents');

Your comments