Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
WordFile.GetXML
Queries xml content of the word file.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
WordFile | 6.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "WordFile.GetXML"; WordFile { ; Part } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
WordFile | The reference number of the open word file. | $wordFile |
Part | Optional The name of the part to query. See WordFile.Parts for a list of parts. if no part is given, we use the document. |
"document" |
Result
Returns xml text or error.
Description
Queries xml content of the word file.Getting the raw xml allows you to make modification yourself like adding paragraphs or a table.
Examples
Query XML of first footer:
MBS( "WordFile.GetXML"; $wordFile; "footer1" )
See also
Blog Entries
Created 15th March 2016, last changed 6th April 2016
WordFile.GetMediaFile - WordFile.HasTag
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins