Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: WordFile
Modify Word files.
Load a word file, replace tags with real values and save file.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.4 / 13.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
WordFile.Append Appends one word file text to other. | All 7.5 |
WordFile.AppendTableRow Duplicates and appends a table row containing a placeholder. | All 7.1 |
WordFile.Contains Checks if some text exists in the document. | All 11.4 |
WordFile.DuplicateTableRow Duplicates a table row containing a placeholder. | All 7.1 |
WordFile.FieldNames Queries field names in the file. | All 7.5 |
WordFile.GetCaseless Queries caseless state. | All 7.4 |
WordFile.GetFieldText Queries field value. | All 7.5 |
WordFile.GetMediaFile Queries media file in word file. | All 6.3 |
WordFile.GetXML Queries xml content of the word file. | All 6.2 |
WordFile.HasTag Checks if a tag exists. | All 5.4 |
WordFile.List Lists all IDs of word file objects. | All 13.0 |
WordFile.MediaFiles Queries list of media files in the word file. | All 6.3 |
WordFile.OpenContainer Opens a word file from container. | All 5.4 |
WordFile.OpenFile Opens a word file from file. | All 5.4 |
WordFile.OpenText Opens a word xml file from text. | All 5.4 |
WordFile.Parts Queries names of the parts of the document. | All 6.2 |
WordFile.Release Frees the memory used for the word file. | All 5.4 |
WordFile.ReleaseAll Releases all word file objects. | All 10.5 |
WordFile.RemoveTableRow Removes a table row containing a placeholder. | All 7.0 |
WordFile.ReplaceTag Replaces a placeholder with text. | All 5.4 |
WordFile.SetCaseless Sets caseless state. | All 7.4 |
WordFile.SetFieldText Sets field value. | All 7.5 |
WordFile.SetMarkers Sets the markers to look for before/after a tag. | All 6.3 |
WordFile.SetMediaFile Sets a media file image. | All 6.3 |
WordFile.SetXML Sets the xml for this word file. | All 6.2 |
WordFile.Substitute Replaces some text in the document with new text. | All 11.4 |
WordFile.Tags Queries list of tags. | All 12.2 |
WordFile.Texts Extracts text of word file. | All 5.4 |
WordFile.WriteContainer Writes a file to container. | All 11.4 |
WordFile.WriteFile Writes a file to disk. | All 5.4 |
30 functions shown.
These functions require a license (87%).
Release notes
- Version 14.3
- Fixed the WordFile.ReplaceTag function, which broke in 14.2.
- Version 14.2
- Improved WordFile.ReplaceTag and WordFile.Substitute functions to remove control characters from replacement text to avoid creating broken word files.
- Version 13.4
- Fixed a problem with WordFile.ReplaceTag and WordFile.Substitute functions when passing in NULL characters in the text.
- Version 13.0
- Added WordFile.List function.
- Version 12.5
- Fixed problem in WordFile.ReplaceTag with all = true, where it returned error, but replaced tags.
- Version 12.4
- Fixed a bug in WordFile.Tags on Windows.
- Version 12.2
- Added WordFile.Tags function.
- Version 12.1
- Disabled debug logging for WordFile functions. Sorry for leaving that on.
- Fixed possible crash in WordFile.Substitute function.
- Version 12.0
- Added support for tab character in text replacements with WordFile functions.
Blog Entries
- MBS FileMaker Plugin 12.2
- MBS Plugin 12.2 for Claris FileMaker
- MBS FileMaker Plugin, version 12.1pr5
- MBS FileMaker Plugin 12.0 - More than 6700 Functions In One Plugin
- MBS FileMaker Plugin 11.4 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin 7.5 - More than 5000 Functions In One Plugin
- MBS FileMaker Plugin 7.1 - More than 4400 Functions In One Plugin
- MBS FileMaker Plugin 7.0 - More than 4400 Functions In One Plugin
- New functions for MBS FileMaker Plugin coming soon
- MBS FileMaker Plugin 5.4 for OS X/Windows