How can I set the text alignment to Justified using Open Office API. Is there
any attribute that I can use like the pience of code below:

      xSet.setPropertyValue(
    "ParaLeftMargin", new Integer(5000));
      xSet.setPropertyValue(
          "ParaFirstLineIndent", new Integer(2500));
      LineSpacing linha = new LineSpacing();
      linha.Height = 150;
      linha.Mode = LineSpacingMode.MINIMUM;
      xSet.setPropertyValue(
         "ParaLineSpacing", linha);  
   
-- 
View this message in context: 
http://www.nabble.com/Set-Text-to-Justified-Alignment-by-OO-API-tf2608724.html#a7279952
Sent from the openoffice - api dev mailing list archive at Nabble.com.

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

Reply via email to