Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bugzilla bug 184369: Missing <table>element in dynamic text when publish to PDF.

- Summary:

Fix bugzilla bug 184369: Missing <table>element in dynamic text when publish to PDF.

 

- Bugzilla Bug(s)

184369

 

- Description:

Currently, only following attributes define on table items are supported:

1. “width” on table and column.

2. “height” on row.

3. “colspan” and “rowspan” on cell.

 

- Tests Description:

Manuel Test

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA:

 

- Notes to Documentation:

 

- Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java

/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordEmitter.java

/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java

 

- Files Added:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java

 

-Jun Ouyang

 


Back to the top