Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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] Tue, 09 October 2012 01:53 Go to next message
Prabhat Kumar is currently offline Prabhat KumarFriend
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
Re: Birt PDF Report: Ordered List Style Type Issue [message #938282 is a reply to message #937469] Tue, 09 October 2012 18:35 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

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: Sat Apr 20 01:01:30 GMT 2024

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

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

Back to the top