Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug 132316--Support multiple Masterpages

Title: CheckIn: Fix bugzilla bug 132316--Support multiple Masterpages

Summary 
Fix bugzilla bug 132316--Support multiple Masterpages

Bugzilla Bug (s) Resolved:
132316--Support multiple Masterpages

Description:

  1. Fix bugzilla bug 132316--Support multiple Masterpages

Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/DefaultPaginationEmitter.java"

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/PageLayoutContext.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/ReportLayoutEngine.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/PageLayoutManager.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Limitation:

  1. PDF supports master page property on all elements. If conflict exists, first trigger of page-break takes higher priority.
  2. HTML supports master page property on elements which are not in inline-stacking.

Quotes to Documentation:


Back to the top