Hello
In the past few days, we tested AXWWriter again for the function of drawing and saving horizontal line in the component. It is found that the AppendHorizontalLine() function has been improved, and black horizontal line can be drawn by default. However, we also discovered that new problems have emerged. When we save the file with the following simple code, two problems still exist.
Code: Select all
......
FDOCX.LoadFromFile('source.docx');
FDOCX.SaveToFile('destination.docx');
......
problems:
a).When saving a source file with a horizontal line, the line will be lost.This horizontal line is drawn in the word software with the function'Insert/Sharps/Line'.
b).When the source file contains a horizontal line generated using AppendHorizontalLine() and a TextBox, when saving, although the color of the horizontal line has been fixed to the default black, But, at the same time, the fill color of the TextBox and the text color has also become black.
After a year of testing, our team decided to use it to complete all our library management-related projects, but because there are still some small problems, and these problems are very important to our project Therefore, we sincerely request you to fix these problems as soon as possible. Personally, I am very sorry for constantly urging you to do extra work. Thank you again!