fix the issue #659: PdfPRow setMayNotBreak property
Description of the new Feature/Bugfix
Describe here how you fixed the bug, or implemented the new feature. I add the feature of the issue mentioned.
Related Issue: #659
Unit-Tests for the new Feature/Bugfix
- [ ] Unit-Tests added to reproduce the bug
- [2] Unit-Tests added to the added feature
Compatibilities Issues
Is anything broken because of the new code? Any changes in method signatures? No
Testing details
Any other details about how to test the new feature or bugfix? Test the new feature using 2 test case.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Hi @haha989 , it is a nice PR, but I'm missing the code where the flag is really used. In PdfPRow you can set the flag. In PdfPTable you can also set the flag. And in your test you also set the flag and tests if the flag is set. But there is no code, that checks if the flag is set, having a different behavior.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Won't merge due no production code