I'm doing the following...
$xref = new WordFragment($docx);
$xref->addCrossReference("blah", array("type" => "bookmark", "referenceName" => "blah"));
And get an error stating that the WordFragment class doesn't have an addCrossReference method. Is this a licencing issue or version issue? Since every other Word Content method seems to work on a Word Fragment, I would expect this to do the same. If this isn't the case, could I ask why not?
Andrew