Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To Write anything in the Word Document using Aspose.Words for Java in Php, simply invoke writeIn method of DocumenBuilder class.
Php Code
$builderBoject = new Java("com.aspose.words.DocumentBuilder",$documentObject);
// Write a new paragraph in the document with the text "Hello World!"
$builderBoject->writeln("Hello World!");
Download Hello World (Aspose.Words) from any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.