Register Lost your password?
Full api documentation: full api documentation FREE version full api documentation PRO version

public function addTableContents()

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/CreateDocx.inc';

$objDocx = new CreateDocx();

$objDocx->addTableContents('Arial');

$objDocx->createDocx('example_tablecontents');

Your comments