Skip to main content



      Home
Home » Archived » BIRT » Birt PDF Report: Ordered List Style Type Issue(Unable to change style type to Upper/Lower alpha in Ordered List in PDF report)
Birt PDF Report: Ordered List Style Type Issue [message #937469] Mon, 08 October 2012 21:53 Go to next message
Eclipse UserFriend
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
Re: Birt PDF Report: Ordered List Style Type Issue [message #938282 is a reply to message #937469] Tue, 09 October 2012 14:35 Go to previous message
Eclipse UserFriend
I do not think this is currently supported in the pdf emitter. Can you open a bugzilla for this?

Jason
Previous Topic:A BIRT exception occurred
Next Topic:OutOfMemoryError: Java heap space for Birt viewer
Goto Forum:
  


Current Time: Sun Jul 13 05:52:17 EDT 2025

Powered by FUDForum. Page generated in 0.28166 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top