Previous Document Next Document
Text.ConvertToParagraph

Sub ConvertToParagraph()

Member of Text

The ConvertToParagraph method changes artistic text to paragraph text.

The following code example converts the artistic text in the active shape to paragraph text, using the ConvertToArtistic method. The paragraph text is made HTML-compatible using the MakeHTMLCompatible method.

Sub Test() 
 With ActiveShape.Text 
  .ConvertToParagraph 
  .MakeHTMLCompatible 
 End With 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.