XceedBoucherS
XceedBoucherS
Hi, For now you can only merge cells via Row.MergeCells() method. We will investigate on creating a Cell.Split(rowCount, columnCount) method to add. Thank you.
Hi, not yet, but we will push this with a greater priority. Thank you for your interest.
Hi, Can you submit the docx you are trying to read ? It should return the text the same way it was read, unless its another text ? Thank you.
Hello, Yes, I think there is a problem. I can reproduce this issue. We will try to fix this. Thanks for reporting it.
Hi, The issue has been found. The fix will be part of the next release : v2.4. Thank you.
Hi, A .NET Standard version is available when you buy Xceed Words for .NET, available here : https://xceed.com/en/our-products/product/words-for-net. You can try it for free for 15 days and see if...
Hi, You can always check the MagicTexts of the Paragraphs. These are the formatted texts in a paragraph. Paragraphs[0].MagicText[0].formatting.Size Paragraphs[0].MagicText[0].formatting.FontFamily
Hi, For equations, you can have a look at sample EquationSample.InsertEquation() from Xceed.Words.NET.Examples. Maybe something like "10\u00B2" will produce 10^2.
Currently, I think your only solution will be to create a parser and detect specific symbol in order to recognize equations.
Hi, do you get the same error with smaller documents ? Can you submit these documents (or submit equivalents) ? Thank you