hi,
I have facing a problem in generating the dotted line and dashed line using
fo:leader. Why the dots and dashs become the rectangle after I increased
the rule thickness? Do you have any idea?

Here is my xsl fo:

 <fo:table-cell border-width="0.1pt" border-color="black" border-style
="none" border-top-style="none" border-bottom-style="none"
border-right-style="none">
              <fo:block margin-left="4pt">
                  <fo:leader leader-length="3cm" rule-thickness="4.0pt"
rule-style="solid" leader-pattern="rule"/>
              </fo:block>
           </fo:table-cell>
           <fo:table-cell border-width="0.1pt" border-color="black"
border-style="none" border-top-style="none" border-bottom-style="none"
border-right-style="none">
              <fo:block margin-left="4pt">
                  <fo:leader leader-length="3cm" rule-thickness="4.0pt"
leader-pattern-width="4.0pt" rule-style="dotted" leader-pattern="rule"/>
              </fo:block>
           </fo:table-cell>
           <fo:table-cell border-width="0.1pt" border-color="black"
border-style="none" border-top-style="none" border-bottom-style="none"
border-right-style="none">
              <fo:block margin-left="4pt">
                  <fo:leader leader-length="3cm" rule-thickness="4.0pt"
rule-style="dashed" leader-pattern="rule"/>
              </fo:block>
           </fo:table-cell>


Thank you for any help you can give.


best rgds,
ektan


(See attached file: lineHeight.pdf)

Attachment: lineHeight.pdf
Description: Adobe Portable Document

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

Reply via email to