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]