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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

WordFile.Parts

Queries names of the parts of the document.

Component Version macOS Windows Linux Server iOS SDK
WordFile 6.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "WordFile.Parts"; WordFile )   More

Parameters

Parameter Description Example
WordFile The reference number of the open word file. $wordFile

Result

Returns list or error.

Description

Queries names of the parts of the document.
This may tell you how many headers/footers we found in a docx file.

Examples

Query parts of document:

MBS( "WordFile.Parts"; $wordFile )

See also

Blog Entries

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


WordFile.OpenText - WordFile.Release

Feedback: Report problem or ask question.