Forum


Replies: 8   Views: 3235
Update document cross-references
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 01-08-2018 - 06:16

Hello,

There's no method or option to get the numbering value of a list item, as it's set dinamically when the DOCX is open. Maybe you could use addLink with an internal bookmark (https://www.phpdocx.com/api-documentation/word-content/insert-link-Word-document-with-PHP), adding a fixed string. But to change a bookmark value of a link dinamically you may need to use DOCXCustomizer (https://www.phpdocx.com/documentation/introduction/docxcustomizer) that is only available in Premium licenses.

Regards.