• GABRIELLA FARIAS MENDES
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Good afternoon. I have this Visual Force which generate a .doc document. This document is not aligned properly.
How can I create a TAG or a parameter to format all the document as "center" or "justify".

<apex:page StandardController="PropostaCredito__c" extensions="CPRController" cache="true" contentType="application/msWord#msword.doc"> <!--<apex:page StandardController="PropostaCredito__c" extensions="CPRController" cache="true">--> <html xmlns:w="urn:schemas-microsoft-com:office:word"> <body> <apex:outputText value="{!documento}" escape="false"></apex:outputText> </body> </html> </apex:page>