I had checked it, the older version Aspose.Slides for .NET 2.8.4.0 is working fine, but the latest version Aspose.Slides for .NET 2.8.5.0 is showing a bullet.
I appear to have this problem too, but in Java using the latest Java download is there a hot fix for it. Bullet points also appear on empty lines in my case aswell as bullet points on paragraphs that should not have any.
Sorry i didn't realise that when dealing with cells that paragraphs are defaulted to Bullet points and they had to be turned of, I've done this now and it works fine.
When dealing with free text (text not in cells) the paragraphs have to explicitly set to Bullet points for them to work I assumed it was the same for cells in in tables.
5316 - Bullets appear in table cells after slide cloning or presentation saving.
...
Hi alcrus,
I upgraded to the lastest version but code that used to work fine for outdents and outdents with bullets is no longer working correctly. I wonder if you could perhaps provide a few examples for how to:
* Outdent with no bullet, and if the text spans multiple lines they will align properly;
* Outdent with a bullet. There needs to be an offset between the bullet and the start of the text, and if the text spans multiple lines, they should align with the text on the first line, not under the bullet.
Im using v. 2.8.7 for .NET 1.1 and the bullet issue has not been resolved here to my knowledge. To enable newline UI in table cell, I add an xtra Paragraph for each newline. Furthermore I set the Hasbullet property to false like this:
cell.TextFrame.Paragraphs[0].HasBullet=false;
In debug mode, I can see that the HasBullet property is always false, yet when i Open the generated ppt, I see the bullet on my newline.
Then I retrieve a Portion. It is in the Portion.Text property I apply the content. Like this
Why are you using Slides[1], use presentation.GetSlideByPosition(1);. If still your problem is not resolved, then provide me your code and also attach its output.
Why are you using Slides[1], use presentation.GetSlideByPosition(1);. If still your problem is not resolved, then provide me your code and also attach its output.
I just upgraded to 2.9.2.0 and this appears to be broken again (bullet points appearing in table cell textframes when not supposed to). Can you check it please?
We will check it but there shouldn’t be such a problem because we use latest version of Aspose.Slides for .Net in Aspose.Slides for Reporting Services and everything work fine there.
May be you set HasBullet property before adding Paragraph to the Paragraphs collection? There were similar reports a few days ago but that is correct behavior.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.