Commit 31e2524f authored by GoshaZotov's avatar GoshaZotov

changes for paste into formula

parent 4639aec8
......@@ -1101,7 +1101,7 @@
if(type_Paragraph === element.GetType())//paragraph
{
selectedElement.Element = AscFormat.ConvertParagraphToPPTX(element, worksheet.model.DrawingDocument, target_doc_content);
selectedElement.Element = AscFormat.ConvertParagraphToPPTX(element, worksheet.model.DrawingDocument, target_doc_content, true);
elements.push(selectedElement);
}
else if(type_Table === element.GetType())//table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment