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]