When insert picture into ASPOSE generate word file- picture is missing?

hi ,

we encounter a issue, very strange. we have generate a word file via ASPOSE(this word file have a template, the template paragraph set to exactly). then I want to insert a picture into generated word file, it will missing, and I set the word paragraph from regular value to multiple or single, then the picture is showing correctly.

Could you tell me have something to avoid this, means, just setting the word template?

thanks

Hi
Thanks for your request. When you set line spacing of the paragraph to Exactly and insert an inline image into this paragraph, the image cannot expand height of paragraph and that is why you do not see it. So if you need to insert inline images, you should set line spacing to “At Least”.
Best regards,

hi

could you tell me the ASPOSE components can set line spacing or not?
and how to set line space ??

thanks

Hi
Thanks for your request. Sure you can set line spacing f paragraphs using Aspose.Words. Please see the following properties:
https://reference.aspose.com/words/net/aspose.words/paragraphformat/linespacingrule/
https://reference.aspose.com/words/net/aspose.words/paragraphformat/linespacing/
Hope this helps.
Best regards,