utilities
[ class tree: utilities ] [ index: utilities ] [ all elements ]

Class: SearchAndReplaceTextWordDocument

Source Location: /SearchAndReplaceTextWordDocument.inc

Class Overview




Methods



Class Details

[line 18]


[ Top ]


Class Methods


constructor __construct [line 107]

SearchAndReplaceTextWordDocument __construct( )

Class constructor



Tags:

access:  public


[ Top ]

destructor __destruct [line 124]

void __destruct( )

Class destructor



Tags:

access:  public


[ Top ]

method searchAndHighlight [line 188]

void searchAndHighlight( string $document, $finalDocument, string $searchTerm, array $options)

This is the method that does all the needed manipulation to search

and higlight text in a Word document




Tags:

access:  public


Parameters:

string   $document   path to the document
string   $searchTerm   string to be searched and replaced
array   $options   for highlighting
   $finalDocument  

[ Top ]

method searchAndReplace [line 137]

void searchAndReplace( string $document, $finalDocument, string $searchTerm, string $replaceTerm, array $options)

This is the main method that does all the needed manipulation to search

and replace text in a Word document




Tags:

access:  public


Parameters:

string   $document   path to the document
string   $searchTerm   string to be searched and replaced
string   $replaceTerm   string with the replacement text
array   $options  
   $finalDocument  

[ Top ]


Documentation generated on Mon, 13 Jan 2014 13:44:25 +0100 by phpDocumentor 1.4.4