Word UDF: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
Some functions/parameters have been removed or renamed, new functions/parameters have been added. A detailed list of changes can be found [http://www.autoitscript.com/autoit3/docs/script_breaking_changes_word_udf.htm here].
Some functions/parameters have been removed or renamed, new functions/parameters have been added. A detailed list of changes can be found [http://www.autoitscript.com/autoit3/docs/script_breaking_changes_word_udf.htm here].


=== General ===
All function names have been changed from _Word* to _Word_*


In the following sections you will find some example scripts how to mimic the behaviour of the "old" UDF for some removed functions/parameters. If there is no entry for a removed function/parameter then there is no need for this functionality.
=== _Word_Create ===


[[Category:UDF]]
[[Category:UDF]]

Revision as of 12:52, 31 December 2013

The Word UDF offers functions to control and manipulate Microsoft Word documents.

Script breaking changes after AutoIt version 3.3.8.1

New versions of Microsoft Office have been released since the last changes were made to the Word UDF. New file types and new functions needed to be supported, hence the UDF was complete rewritten.

Some functions/parameters have been removed or renamed, new functions/parameters have been added. A detailed list of changes can be found here.

General

All function names have been changed from _Word* to _Word_*

In the following sections you will find some example scripts how to mimic the behaviour of the "old" UDF for some removed functions/parameters. If there is no entry for a removed function/parameter then there is no need for this functionality.

_Word_Create