Text Flow in Line

N

Norman Zhang

Is there a way to make text flow in the same direction of a line without
using the text rotation tool? I'm on Visio 2003.

e.g.,
/
/
x
x
x
/
/

Regards,
Norman Zhang
 
P

Paul Herber

Is there a way to make text flow in the same direction of a line without
using the text rotation tool? I'm on Visio 2003.

e.g.,
/
/
x
x
x
/
/

Regards,
Norman Zhang

What sort of line do you mean, Norman? If you create a line using the
line tool on the drawing bar and then add text then the text angle
does exactly what you want.

If the shape is a connector type then you can do the following:
Select the shape and use the menu
Window -> Open ShapeSheet
Move down to the section TextTransform (or create it if it doesn't
exist) and in the cell TxtAngle put the formula
=ATAN2(EndY-BeginY, EndX-BeginX)
 
N

Norman Zhang

Paul said:
If the shape is a connector type then you can do the following:
Select the shape and use the menu
Window -> Open ShapeSheet
Move down to the section TextTransform (or create it if it doesn't
exist) and in the cell TxtAngle put the formula
=ATAN2(EndY-BeginY, EndX-BeginX)

I'm using line connector as straight lines between 2 objects.

For some reason, TextTransform is grayed out. Adding section will
automatically align existing text vertically with existing lines?

Norman
 
P

Paul Herber

I'm using line connector as straight lines between 2 objects.

For some reason, TextTransform is grayed out.

That's because the section already exists.
Adding section will
automatically align existing text vertically with existing lines?

er, no.
Set the TextTransform TxtAngle cell to
=ATAN2(EndY-BeginY, EndX-BeginX)

That should do what you originally asked for.
 
N

Norman Zhang

Paul said:
If the shape is a connector type then you can do the following:
Select the shape and use the menu
Window -> Open ShapeSheet
Move down to the section TextTransform (or create it if it doesn't
exist) and in the cell TxtAngle put the formula
=ATAN2(EndY-BeginY, EndX-BeginX)

Thanks Paul. I managed to get it to work. I also had to look up some ref
from here

http://support.microsoft.com/kb/279308

Norman
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top