現在、VSTO を使用して C# でパワーポイント ファイルを作成しています。私の問題は、HTML 形式のテキストを textbox に表示する必要があることです。
PowerPoint.Shape descriptionTitle = slide6.Shapes.AddTextbox(xxx);
descriptionTitle.TextFrame.TextRange.Text = "<b>html string</b>";
文字列を表示する方法はありますか?
現在、VSTO を使用して C# でパワーポイント ファイルを作成しています。私の問題は、HTML 形式のテキストを textbox に表示する必要があることです。
PowerPoint.Shape descriptionTitle = slide6.Shapes.AddTextbox(xxx);
descriptionTitle.TextFrame.TextRange.Text = "<b>html string</b>";
文字列を表示する方法はありますか?