Setting boldness for slide notes portion not working (Java) (1460)

We have bold for the portions that are not bold in this presentation 1.pptx.zip (272.8 KB)

code: can you please check this out

String presentationPath = “1.pptx”;
Presentation presentation = new Presentation(presentationPath);
ISlideCollection slides = presentation.getSlides();
ISlide slide = slides.get_Item(0);
INotesSlide noteSlide = slide.getNotesSlideManager().getNotesSlide();
AutoShape shape = (AutoShape) noteSlide.getShapes().get_Item(1);
IParagraph paragraph = shape.getTextFrame().getParagraphs().get_Item(1);
IPortion portion = paragraph.getPortions().get_Item(0);
IPortionFormatEffectiveData fontFormatEfective = portion.createPortionFormatEffective();
assertFalse(fontFormatEfective.getFontBold());

Can you please check this out?

Thanks,
Zeljko.

@Zeljko,

I have worked with the presentation file shared by you and have been able to observe the issue specified. An issue with ID SLIDESJAVA-36950 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be fixed.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan

Hi, I’m still having issue with this. I’m using latest aspose slides for java(19.2)
OpenJDK version “11.0.1”
Linux 4.4.0-96-generic x86_64

Can you please check this out?

@Zeljko,

I have verified the issue status from our issue tracking system and regret to share that at present the issue is still unresolved. We request for your patience till the time the issue gets resolved.