Quantcast
Channel:
Viewing all articles
Browse latest Browse all 41673

Forum Post: Importing Text From Database

$
0
0
I have a sql database table that stores formatted html strings and when I bring that string into CorelDraw, it ignores all the html tags. Does CorelDraw allow you to set the text of a shape object and keep the formatting? Does CorelDraw have it's own proprietary formatting style? Can we access that "raw" text and write to it? I'm using vb.net to get the shape object and assign the value to it's Story.Text property. Dim prodDescriptionShape As Shape = foregroundLayer.FindShape("ProdDescription") prodDescriptionShape.Text.MakeHTMLCompatible(True) prodDescriptionShape.Text.Story.Text = Hello there! H 2 O Outputs: Hello there! H2O Wanted: Hello there! H 2 O Any help would be appreciated.

Viewing all articles
Browse latest Browse all 41673

Latest Images

Trending Articles



Latest Images