PDA

View Full Version : Problem with fixed position textframe


claus_hemberg
August 8, 2007, 13:38:33
In TX Text Control .NET Server 13 SP2 I have created a fixed position textframe like this:

stc.TextFrames.Add(frame, pageno, location, TextFrameInsertionMode.DisplaceText);
Now, when I save the document as a Word document, the frame is missing!

I have seen something likely in the TX Text Control Words sample program. If I create a textframe and select 'Fixed position on page' inside the 'Format Text Frame' function, and then save the document as a Word document, the frame is gone.

Am I doing something wrong here?????

Gunnar Giffey
August 8, 2007, 15:15:04
Hello Claus,

To be able to export text frames to MS Word DOC format, the text frames must be inserted as character or anchored to a paragraph.
Text frames which has been inserted at a fixed position can not be exported to MS Word DOC.