Re: PPTX getting the custome marked list with special icons.

2020-03-17 Thread Andreas Beeker
Hi Savotii, I've made some changes to the codebase [1] - the placeholder code in XSLFShape.getPlaceholder() based on the placeholder type instead of the index is not valid for all cases ... Please use a nightly [2] tomorrow, when the changes are compiled into. You can then use the following

Re: PPTX getting the custome marked list with special icons.

2020-03-17 Thread savotii
Maybe you could indicate on low level code, where can I find some solution for my reason? Thx a lot. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail:

Re: PPTX getting the custome marked list with special icons.

2020-03-04 Thread Alain FAGOT BÉAREZ
Hi, It seems the bullet style is defined at the master level, not directly at the paragraph level, in your particular case. Unfortunately, I did not have time to finish the high level API which was intended to perform the search for these paragraph properties. When trying to use the

Re: PPTX getting the custome marked list with special icons.

2020-03-04 Thread savotii
Unfortunately, your example doesn't work for me. para.getPPr().getBuBlip() returns a null. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

Re: PPTX getting the custome marked list with special icons.

2020-03-03 Thread savotii
Thx a lot, Yes It's my mistake about absent example, I'm here the new desperate member) I'll try your example and answer, if it's ok. I've attached my example. I'm interested in extracted an icon near by text. Quite complicated for me. Anyway, thx for your example. -- Sent from:

Re: PPTX getting the custome marked list with special icons.

2020-03-03 Thread Andreas Beeker
Hi, > how can I retrieve the predefined custom marked list with some special icon As you haven't provided any example file, I've made one up myself. So I have a bullet list with custom images. Accessing the images can be done like this: try (FileInputStream fis = new

PPTX getting the custome marked list with special icons.

2020-03-02 Thread savotii
Guys hi. I need your help, i don't understand how can I retrieve the predefined custom marked list with some special icon instead numbers or another symbols. I've been implementing some conversion and faced with such problem. It would be great if you could give me some links with examples. Thx a