RE: text-indent issue

2005-03-17 Thread Puppala, Kumar (LNG-DAY)
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

Re: text-indent issue

2005-03-17 Thread The Web Maestro
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

Re: text-indent issue

2005-03-16 Thread JBryant
Since both the text preceding the nested block and the text following the nested block are within the indented block, the text after the nested block gets indented. You'd need to move the text after the nested block to its own block to not have it be indented. fo:block text-indent=5 This

RE: text-indent issue

2005-03-16 Thread Puppala, Kumar (LNG-DAY)
? Thanks, Kumar Puppala -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 1:46 PM To: fop-users@xmlgraphics.apache.org Subject: Re: text-indent issue --- Puppala, Kumar (LNG-DAY) [EMAIL PROTECTED] wrote: If I have text-indent specified

RE: text-indent issue

2005-03-16 Thread JBryant
PROTECTED] 03/16/2005 12:49 PM Please respond to fop-users@xmlgraphics.apache.org To 'fop-users@xmlgraphics.apache.org' fop-users@xmlgraphics.apache.org cc Subject RE: text-indent issue I totally agree that all the PCDATA is owned by the outer fo:block and hence when it applies the text

RE: text-indent issue

2005-03-16 Thread Puppala, Kumar (LNG-DAY)
Puppala -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 2:10 PM To: fop-users@xmlgraphics.apache.org Subject: RE: text-indent issue My apologies. I had confused text-indent with start-indent. I guess FOP has a bug here. The work

RE: text-indent issue

2005-03-16 Thread Andreas L. Delmelle
-Original Message- From: Puppala, Kumar (LNG-DAY) [mailto:[EMAIL PROTECTED] Can anyone direct me to the code where I can prevent inheritance of the text-indent property in the scenario mentioned below? I can point you to the code: {your-fop-dir}/src/org/apache/fop/fo/flow/Block.java

RE: text-indent issue

2005-03-16 Thread Victor Mote
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