cvs commit: xml-fop/src/org/apache/fop/fo Properties.java

2002-07-08 Thread pbwest
pbwest 2002/07/08 23:49:48 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Added verifyParsing(). Converted complex() calls to verifyParsing(). Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/fo PropertyConsts.java

2002-07-08 Thread pbwest
pbwest 2002/07/08 23:47:25 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Changed 'complex' method collections on COMPLEX datatypes to 'verifyParsing' method on all types. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/datatypes CountryType.java LanguageType.java ScriptType.java

2002-07-08 Thread pbwest
pbwest 2002/07/08 23:42:51 Added: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design CountryType.java LanguageType.java ScriptType.java Log: Added 'Type' to name to circumvent collisions in Properties Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/datatypes Script.java Language.java Country.java

2002-07-08 Thread pbwest
pbwest 2002/07/08 23:41:32 Removed: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Script.java Language.java Country.java Log: Changed to Type.java to circumvent name collisions in Properties

RE: Usage of UML Diagrams

2002-07-08 Thread RamanaJV
Hi Keiron, We can create a folder named UML in the docs\design folder and can place the UML diagrams there. I'll start working on them, first starting with a diagram depicting the relationship between Driver and the different renderers. The team can review it and can come up with suggestio

RE: Page details support?

2002-07-08 Thread RamanaJV
I understand that messing around with FOP is not a good idea. But what to do, I doesn't get any solution till. I'll put the problem in greater detail again. I will be having FO templates, that specify the style of the report. Let's say the template is like:

DO NOT REPLY [Bug 10571] - Monospaced Fonts Calculating Incorrect Width

2002-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 10571] New: - Monospaced Fonts Calculating Incorrect Width

2002-07-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

RE: Usage of UML Diagrams

2002-07-08 Thread Arved Sandstrom
> -Original Message- > From: Keiron Liddle [mailto:[EMAIL PROTECTED]] > Sent: July 8, 2002 12:45 PM > To: FOP > Subject: Re: Usage of UML Diagrams > > Thats a good idea. [ SNIP ] > We haven't had success with UML in the past but that doesn't mean > anything. > If you feel this could be use

cvs commit: xml-fop/docs/xml-docs/fop news.xml

2002-07-08 Thread pbwest
pbwest 2002/07/08 09:17:02 Modified:docs/xml-docs/fop news.xml Log: Update for 0.20.4 release Revision ChangesPath 1.3 +11 -5 xml-fop/docs/xml-docs/fop/news.xml Index: news.xml === RCS fi

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
On Mon, 2002-07-08 at 15:14, Baptiste Burgaud wrote: > True! Actually I surfed again fop website and I found > http://xml.apache.org/fop/design/understanding/renderers.html where is > explained how to add a new renderer. So it's what I'm doing to get this Area > you talked about. This should work

Re: Usage of UML Diagrams

2002-07-08 Thread Keiron Liddle
Hi Ramana, Thats a good idea. Provided that the diagrams are easy to maintain and understand. These diagrams could cover certain areas so that people can understand them independantly and thin about how they work independantly. Such as: - renderers showing the class structure, relationship with

Re: Page details support?

2002-07-08 Thread Jeremias Maerki
The font classes could help you here, too. But I wonder if that helps you a lot. Questions like that often indicate that someone is trying to work around a problem that is actually supposed to be worked out in a different way. If you experience a deficiency with FOP, first try to find out, if it's

Re: Truncating text

2002-07-08 Thread Jeremias Maerki
No. That's something that will be adressed in the redesign. I've investigated once what it would take to add it to the PDF renderer and it's a nice amount of work. It actually doesn't do well with the PDF-size optimizations in the PDF renderer. Some have reported on fop-user to work around the pr

Usage of UML Diagrams

2002-07-08 Thread RamanaJV
To FOP Developers, There is a lot amount of work going on and lot of design issues. Since, FOP codebase has become very large now, I think it is time we think about UML diagrams to keep the things simple and easily understandable. Why don't we draw the UML diagrams like depicting the over

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Baptiste Burgaud
Hi Keiron, thanks for your reply. > What exactly are you trying to achieve. I'm trying to get the exact rendered size of a table. The problem is that table cells are as high as the text blocks they contain, even if I set the height table-cell or table-row attribute. I tried to use the padding as

Re: how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Keiron Liddle
Hi Baptiste, What exactly are you trying to achieve. If you want to find out the size of the table that is only known at layout time. The layout is done at the end of the page sequence so if you are hoping to alter some fo object (through SAX or whatever) after the table is laid out then it will

Page details support?

2002-07-08 Thread RamanaJV
Dear All, Is it possible to through FOP API to find the number of lines ( for a defined font and page) that can be rendered? Ramana.JV. -Original Message- From: RamanaJV [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: RE: Truncating t

[REDESIGN] image/svg viewports

2002-07-08 Thread Keiron Liddle
Hi all, I have implemented the inline viewport part for images and instream foreign object. This means that the images can be scaled and aligned in the viewport including the clipping if specified. Still need to sort out things like the writing direction. Keiron.

RE: Truncating text

2002-07-08 Thread RamanaJV
Oh god, Then, what to do? Does FOP 0.20.4 has addressed this overflow issue? Ramana.JV. -Original Message- From: Pretterhofer, Guenter (ext.) [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: AW: Truncating text Hi, according to the

AW: Truncating text

2002-07-08 Thread Pretterhofer, Guenter (ext.)
Hi, according to the spec you could do the truncation with overflow="hidden". But this is currently not implemented in FOP. Cheers, gP -Ursprüngliche Nachricht- Von: RamanaJV [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 8. Juli 2002 11:10 An: [EMAIL PROTECTED] Betreff: RE: Truncatin

RE: Truncating text

2002-07-08 Thread RamanaJV
Thanks for the reply Pretterhofer, I will try to explain the problem in greater detail. The blocks I have are in the table cells and I don't want the text in the table cell block to occupy anything extra space than allocated. I have tried using this option, but the problem with wrap-option

AW: Truncating text

2002-07-08 Thread Pretterhofer, Guenter (ext.)
Hi Ramana, you could try . hth gP -Ursprüngliche Nachricht- Von: RamanaJV [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 8. Juli 2002 10:40 An: [EMAIL PROTECTED] Betreff: Truncating text HI All, I don't want the text in the fo:block to be wrapped if the text length did not fit t

cvs commit: xml-fop/src/org/apache/fop/image JimiImage.java

2002-07-08 Thread keiron
keiron 2002/07/08 01:48:26 Modified:src/org/apache/fop/image JimiImage.java Log: fixed compile error Revision ChangesPath 1.12 +3 -3 xml-fop/src/org/apache/fop/image/JimiImage.java Index: JimiImage.java ==

Truncating text

2002-07-08 Thread RamanaJV
HI All,     I don't want the text in the fo:block to be wrapped if the text length did not fit the allocated region. Instead, I want the text to be truncated. Is it possible through FOP?    Eagerly awaiting for the reply Ramana.JV.

Re: [ANNOUNCEMENT] FOP 0.20.4 released

2002-07-08 Thread Satoshi Ishigami
Konnichiwa Christian-san. On Mon, 08 Jul 2002 10:04:19 +0200 , Christian Geisert wrote: > Because the documentation generation is broken in the maintenance > branch (stylebook needs xerces1) > It is mentioned in the release notes ;-) ...snip...x8...snip...x8... > > I want to get xml-docs for ev

Re: [ANNOUNCEMENT] FOP 0.20.4 released

2002-07-08 Thread Christian Geisert
Satoshi Ishigami schrieb: > Konnichiwa. > Why is not xml-docs included to src distribution? > I thought the elimination of xml-docs to be only bin > distribution. Because the documentation generation is broken in the maintenance branch (stylebook needs xerces1) It is mentioned in the release no

how to use org.apache.fop.layout.AreaTree

2002-07-08 Thread Baptiste Burgaud
  Hi all,   I'm not sure whether this is the right list or not (I already posted this mail to the fop-user list, but no one did answer). Please excuse me if you find this mail inappropriate. I need to get the accurate rendered height (in pt) of a fo:table object (to place fo:blocs below using