Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] API change request

Hi all,

 

I change the APIs as value to be set and get as IScriptStyle, while IStyle is not an exposed interface.

 

Changed API is org.eclipse.birt.report.engine.api.TOCNode.

 

The property values of getTOCStyle() is create as following sequence:

1. Property values of custom inline style

2. Property values of custom class style

3. Property values of pre-defined TOC style, can be different according TOC level.

 

setTOCStyle() is mostly used by engine to set the TOC style.

 

Thanks,

-Wei Zhao(Shanghai)

 

-----Original Message-----
From: Jane Tatchell
Sent:
Tuesday, March 27, 2007 1:50 AM
To: Wenbin He; Wei Zhao (Shang); birt-dev@xxxxxxxxxxx
Subject: RE: [birt-dev] API change request

 

Also, what are the values that getTOCStyle returns and that the programmer sets with setTOCStyle?

 


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wenbin He
Sent:
Monday, March 26, 2007 10:35 AM
To: Wei Zhao (Shang); birt-dev@xxxxxxxxxxx
Subject: RE: [birt-dev] API change request

Wei,

 

The document didn’t specify which interface these new methods will be added to. Can you correct that?

 

Thanks,

wenbin

 


From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wei Zhao (Shang)
Sent:
Monday, March 26, 2007 2:33 AM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] API change request

 

 

Hi all,

 

For fixing bug159499 TOC format, when there’s a style for the exact TOC, engine will process it to the out TOCNode of the ITOCTree. Then viewer can use getTOCStyle() API to get the style and format the TOC.

 

Thanks.

 

- Wei Zhao(Shanghai)

 

Attachment: BIRT API Change Control Document - TOCNode.pdf
Description: BIRT API Change Control Document - TOCNode.pdf


Back to the top