| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds a new DOCX example demonstrating the bookmarks API (creation, lookup, enumeration, hyperlink targeting, and paragraph editing via bookmarks) and bumps the unioffice/v2 dependency from v2.9.0 to v2.11.0 to make the new API available.
Changes:
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| document/bookmarks/main.go | New example file demonstrating the new bookmarks API. |
| go.mod | Bumps unioffice/v2 to v2.11.0 for new bookmark APIs. |
| go.sum | Updated checksums for unioffice/v2 v2.11.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
There was a problem hiding this comment.
looks good to me
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
JIRA: https://unidoc.atlassian.net/browse/US-1448
The example shows how to create named bookmarks in a DOCX, link to them with a hyperlink, enumerate them, and edit the paragraph containing the anchor.