G
Gary
I am writing a VB6 program which writes/creates a RTF file.
It includes writing all the codes and text to actually create the file,
including images, etc.
Up to this point, it works well.
Now I have identified a need to freely rotate text in the resultant
document.
To see how Word (2007) handles this, I have tried using a text box, but
rotation is dis-abled for this object.
I have used a shape, and placed text in it, but as soon as I rotate it, the
text moves out of the shape.
In my program, to solve this requirement, I am actually creating an image
(picturebox) with the rotated text in it,
then including that image as part of my RTF file. This DOES work.
But dammit, there must be a way to do it using Word's coding.
Any help, thoughts, ideas, code samples, etc..... please.
Thanks
It includes writing all the codes and text to actually create the file,
including images, etc.
Up to this point, it works well.
Now I have identified a need to freely rotate text in the resultant
document.
To see how Word (2007) handles this, I have tried using a text box, but
rotation is dis-abled for this object.
I have used a shape, and placed text in it, but as soon as I rotate it, the
text moves out of the shape.
In my program, to solve this requirement, I am actually creating an image
(picturebox) with the rotated text in it,
then including that image as part of my RTF file. This DOES work.
But dammit, there must be a way to do it using Word's coding.
Any help, thoughts, ideas, code samples, etc..... please.
Thanks