Title: Message
You should use lists :
 
<fo:list-block provisional-distance-between-starts="18pt"
      provisional-label-separation="10pt">
<!--some for-each statement ?? -->
<!-- list item -->
           <fo:list-item>
            <!-- insert a bullet -->
             <fo:list-item-label end-indent="label-end()">
                <!--can use some exotic fonts--> 
                <fo:inline font-family="ZapfDingbats">&#x2751;</fo:inline></fo:block
             </fo:list-item-label>
             <!-- list text -->
             <fo:list-item-body start-indent="body-start()">
               <fo:block>
                     <!--content of the list-->
               </fo:block>
             </fo:list-item-body>
          </fo:list-item>
</fo:list-block>
-----Message d'origine-----
De : Raghava Reddy Narapa Reddy [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 31 juillet 2003 11:15
À : [EMAIL PROTECTED]
Objet : How to display bullets in PDF or RTF

Hi All
 
I need to use bullets in one of the  PDF , How can i display bullets in PDF.
 
Regards
Raghava

Reply via email to