XSL Formatter Q&A
XSLT/XSL-FO/MathML TechnicsExtensions |
|
| Q. | Is it possible to draw a wavy line or a broken line under character strings? [No.2005042801] |
|---|---|
| A. |
Yes, you can. Please specify "wave" or "dotted" for border attributes as follows: wavy line: <fo:inline border-after-style="wave" border-after-width="0.5mm" >...</fo:inline> broken line: <fo:inline border-after-style="dotted" border-after-width="0.5mm" >...</fo:inline> |