Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parsing word table properties Caption and Description #745

Merged
merged 3 commits into from
Feb 20, 2022

Conversation

pbvs
Copy link

@pbvs pbvs commented Feb 8, 2022

In word is is possible to add a title and description to a table using the table properties.
image

If we look at the corresponding word document (in xml format) we can see the table title and table description
image

Added parsing of these properties to the classes "CT_TblPr" and "CT_TblPrBase"
Added Getter and Setter to the class XWPFTable

@tonyqus tonyqus added this to the NPOI 2.5.6 milestone Feb 20, 2022
@tonyqus tonyqus merged commit fd53a28 into nissl-lab:master Feb 20, 2022
@tonyqus tonyqus modified the milestones: NPOI 2.6.0, NPOI 2.5.6 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants