Birt PDF Report: Ordered List Style Type Issue [message #937433] |
Tue, 09 October 2012 01:01 |
Prabhat Kumar Messages: 3 Registered: October 2012 |
Junior Member |
|
|
Dear All,
I am generating PDF report using BIRT 2.5.3. I have passed HTML content type and want to generate Ordered list using style type as Upper Alpha i.e as A, B, C etc. . I mean, i want to generate like below ordered list:
A. This is Line 1
B. This is Line 2
C. This is Line 3
But every time i get the PDF report with number 1, 2, 3 but not with A, B, C as below:
1. This is Line 1
2. This is Line 2
3. This is Line 3
I have used below HTML code for this:
<ol style="list-style-type: upper-alpha;"><li>This is Line 1</li><li>This is Line 2</li><li>This is Line 3</li></ol>
Apparently, it is working fine when i generate in HTML (rendering option as HTML) but not with PDF (rendering option PDF).
Hope, the above information will be helpful to understand the problem.
Thanks in advance.
Prabhat Kumar
|
|
|
|
Powered by
FUDForum. Page generated in 0.02656 seconds