Register Lost your password?

public function fAddLink(string text, string url)

Parameters

  • Text for the link
  • URL
  • ‘font’ (A specific size and style of font type within a type family. Example ‘Times New Roman’, ‘Arial’,…)

Examples

Example 1


require_once('../classes/cCreateDocx.inc');
$objDocx = new cCreateDocx();
$objDocx->fAddLink('Enlace a Google', 'http://www.google.es');
$objDocx->fCreateDocx('ejemplo_enlace');

Your comments