Hi John,
Thanks for showing keen interest in
Aspose.Slides.
During my test with the following code, I am unable to notice this issue. The version I am using is 4.1.0
[C#]
Presentation pres = new Presentation();
Slide sld = pres.Slides[0]; // pres.AddTitleSlide();
Aspose.Slides.Rectangle Header_rect =
sld.Shapes.AddRectangle(420, 1345, 4900, 920);
//Hiding the lines of rectangle
Header_rect.LineFormat.ShowLines = false;
Header_rect.AddTextFrame("Hello
world");
Header_rect.TextFrame.Paragraphs[0].Portions[0].FontUnderline = true;
Header_rect.TextFrame.Paragraphs[0].Portions[0].FontBold = true;
//Writing the presentation as a PPT file
pres.Write("C:\\modified.ppt");
Mudassir Fayyaz
Support Developer
Aspose Sialkot Team
Contact Us Aspose - The .NET and Java Component Publisher
Keep in touch! We're on
Twitter and
Facebook