Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Check In:Bugzilla Bug 189625 some styles can not be applied when view in pdf or word

- Summary:
Fixed Bugzilla Bug 189625 some styles can not be applied when view in pdf or word

- Bugzilla Bug(s) Resolved:
Bugzilla Bug 189625 some styles can not be applied when view in pdf or word.


- Description:

If the line height is larger than the available page height, the old version will fall into endless loop.

So, if the line is in a new page, and its line height is larger than the available page height, we will force it to be added into that page.

 

- Tests Description  :

       Manual test

- Notes to Build Team:
      
- Notes to Developers:

- Notes to QA: 
 

 

- Notes to Documentation:  

- Files Edited:
      "/org.eclipse.birt.report.engine_New/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"

- Files Added:

 

- Files Deleted

 

 


Back to the top