Re: text-indent issue

2005-03-17 Thread The Web Maestro
Would you post a PATCH to bugzilla for us? You should be able to figure 
out what we need by going to this page:

http://xml.apache.org/fop/bugs.html
On Mar 17, 2005, at 5:49 AM, Puppala, Kumar (LNG-DAY) wrote:
Thanks to you all for pointing me in the right direction. I was able 
to fix
it and get the desired behavior. The changes were made in Block.java 
and
BlockArea.java

Thanks,
Kumar Puppala
-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 16, 2005 3:06 PM
To: fop-users@xmlgraphics.apache.org
Subject: RE: text-indent issue
Kumar Puppala wrote:
Can anyone direct me to the code where I can prevent
inheritance of the text-indent property in the scenario
mentioned below? I would like to make those changes in my
local copy of Apache source code (0.20.5) since this would
impact our application. Any help is greatly appreciated.
It is almost certainly not a problem with the inheritance itself, but 
rather
with the way the layout system signifies which LineArea objects are the
"first". I would start with the variable isFirst in layout/Area.java 
and
find occurrences in the Block and Line layout that reference it, then 
work
backwards from there. It sure could be something else, but that is my 
best
guess about where to start. (I don't have FOP 0.20.5 set up in a 
development
environment anymore, or I would dig a bit deeper for you). HTH.

Victor Mote
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Web Maestro Clay
--
<[EMAIL PROTECTED]> - 
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: text-indent issue

2005-03-17 Thread Puppala, Kumar (LNG-DAY)
Thanks to you all for pointing me in the right direction. I was able to fix
it and get the desired behavior. The changes were made in Block.java and
BlockArea.java

Thanks,
Kumar Puppala


-Original Message-
From: Victor Mote [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 16, 2005 3:06 PM
To: fop-users@xmlgraphics.apache.org
Subject: RE: text-indent issue

Kumar Puppala wrote: 

> Can anyone direct me to the code where I can prevent 
> inheritance of the text-indent property in the scenario 
> mentioned below? I would like to make those changes in my 
> local copy of Apache source code (0.20.5) since this would 
> impact our application. Any help is greatly appreciated.

It is almost certainly not a problem with the inheritance itself, but rather
with the way the layout system signifies which LineArea objects are the
"first". I would start with the variable isFirst in layout/Area.java and
find occurrences in the Block and Line layout that reference it, then work
backwards from there. It sure could be something else, but that is my best
guess about where to start. (I don't have FOP 0.20.5 set up in a development
environment anymore, or I would dig a bit deeper for you). HTH.

Victor Mote


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]