Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

WordFile.SetXML

Sets the xml for this word file.

Component Version macOS Windows Linux Server iOS SDK
WordFile 6.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "WordFile.SetXML"; WordFile; XML { ; Part } )   More

Parameters

Parameter Description Example Flags
WordFile The reference number of the open word file. $wordFile
XML The XML content for the word file.
Part 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" Optional

Result

Returns OK or error.

Description

Sets the xml for this word file.

See also

Blog Entries

Created 15th March 2016, last changed 6th April 2016


WordFile.SetMediaFile - WordFile.Substitute

Feedback: Report problem or ask question.