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

Word 2007 Reader: Added support for ListItemRun #594

Conversation

atomicalnet
Copy link

Some data is lost while reading lists with Word2007 parser.
Lists items are parsed as ListItem elements, this class is not meant to be a container, therefore if a list item contains a link or an image it will be ignored.

This fix wraps all child elements of a list item inside a ListItemRun, a more suitable class which is a container and that will allow us to hold, text, links, images, etc. inside as elements.

@Azuka
Copy link

Azuka commented Feb 23, 2016

👍 Let's get this in please!

@troosan troosan added this to the v0.15.0 milestone Dec 22, 2017
@troosan troosan self-assigned this Feb 18, 2018
@troosan troosan mentioned this pull request Feb 18, 2018
3 tasks
@troosan
Copy link
Contributor

troosan commented Feb 18, 2018

@atomicalnet your branch is read-only so I'm continuing this on a new one (#1290)

@troosan troosan closed this Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants