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

Bugfix in Row.Height, removing empty paragraphs in cells, Row.InsertRow keeps formatting #99

Merged
merged 5 commits into from
Feb 22, 2017

Conversation

VictorLoktev
Copy link
Contributor

  1. Last time I added the parameter removeEmptyParagraph in Paragraph.
    This time the parameter removeEmptyParagraph is added to Container.ReplaceText.
  2. Now Paragraph.RemoveText is allowed to remove empty paragraphs in cells (the last paragraph in a cell stays).
  3. In non-US locale Height of table row writes invalid unit value with national character and fraction. The size in units must be integer. Fixed.
  4. Made an option (via parameter) to insert row in a table with cloning all elements (to keep formatting), the previous behavior was to clone tc tags only (loosing formatting).
  5. Some unit tests.

@PrzemyslawKlys PrzemyslawKlys merged commit b536b5e into xceedsoftware:master Feb 22, 2017
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.

None yet

2 participants