A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Visio
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

vertically align text downwards in shapes



 
 
Thread Tools Display Modes
  #1  
Old September 11th, 2006, 03:33 PM posted to microsoft.public.visio.general
[email protected]
external usenet poster
 
Posts: 3
Default vertically align text downwards in shapes

I've created a custom shape in Visio 2003, containing two text boxes
one above the other. The problem is the following:When entering text in
the lower box it expands vertically (up and down)and covers the upper
text box. How can I align the text in such a way that it only expands
downwards?

Thanks,

Tufail

  #2  
Old September 11th, 2006, 03:42 PM posted to microsoft.public.visio.general
John Marshall, MVP
external usenet poster
 
Posts: 482
Default vertically align text downwards in shapes

Sounds like the vertical alignment forthe text box is set to Center. Change
it to Top, then the text will expand down.

John... Visio MVP

Need stencils or ideas? http://visio.mvps.org/3rdparty.htm
Need VBA examples? http://visio.mvps.org/VBA.htm
Common Visio Questions http://visio.mvps.org/common_questions.htm
Visio Wishlist http://visio.mvps.org/wish_list.htm

wrote in message
ups.com...
I've created a custom shape in Visio 2003, containing two text boxes
one above the other. The problem is the following:When entering text in
the lower box it expands vertically (up and down)and covers the upper
text box. How can I align the text in such a way that it only expands
downwards?

Thanks,

Tufail



  #4  
Old September 11th, 2006, 07:07 PM posted to microsoft.public.visio.general
John Marshall, MVP
external usenet poster
 
Posts: 482
Default vertically align text downwards in shapes

Interesting approach. Your approach would allow more flexiblity, rather than
forcing the text to the very top with the first character typed, you could
set up the shapesheet to initially start with space at the top, grow up and
down for a few lines and then just grow down.

The other alternate is to set the VerticalAlign in the Text Block Format
Section to 0. (0 is top down, 1 is centered, 2 is bottom up)

John... Visio MVP

Need stencils or ideas? http://visio.mvps.org/3rdparty.htm
Need VBA examples? http://visio.mvps.org/VBA.htm
Common Visio Questions http://visio.mvps.org/common_questions.htm
Visio Wishlist http://visio.mvps.org/wish_list.htm

"Paul Herber" wrote in message
ell.net...
On 11 Sep 2006 07:33:37 -0700, wrote:

I've created a custom shape in Visio 2003, containing two text boxes
one above the other. The problem is the following:When entering text in
the lower box it expands vertically (up and down)and covers the upper
text box. How can I align the text in such a way that it only expands
downwards?


Select the shape and open the shapesheet (Window menu).
Ensure that there is a TextTransform section, if not then add one.
Set the cell TxtLocPinY to TxtHeight
Do do the opposite and make the text only go upwards set the cell to
0.
You may also need to set the cell TxtPinY to Height so that the text
starts at the top of the shape.




--
Regards, Paul Herber, Sandrila Ltd.
http://www.pherber.com/
Visio Utilities http://www.visio-utilities.sandrila.co.uk/



  #5  
Old September 11th, 2006, 08:08 PM posted to microsoft.public.visio.general
Paul Herber
external usenet poster
 
Posts: 39
Default vertically align text downwards in shapes

Thanks John, but I was going to say that your method was far easier
i.e. not having to muck around in the shapesheet, however, if the
texttransform section has already been created then certain settings
prevent the Format -Text - Block - Alignment from working.


On Mon, 11 Sep 2006 14:07:53 -0400, "John Marshall, MVP"
wrote:

Interesting approach. Your approach would allow more flexiblity, rather than
forcing the text to the very top with the first character typed, you could
set up the shapesheet to initially start with space at the top, grow up and
down for a few lines and then just grow down.

The other alternate is to set the VerticalAlign in the Text Block Format
Section to 0. (0 is top down, 1 is centered, 2 is bottom up)

John... Visio MVP

Need stencils or ideas? http://visio.mvps.org/3rdparty.htm
Need VBA examples? http://visio.mvps.org/VBA.htm
Common Visio Questions http://visio.mvps.org/common_questions.htm
Visio Wishlist http://visio.mvps.org/wish_list.htm

"Paul Herber" wrote in message
well.net...
On 11 Sep 2006 07:33:37 -0700, wrote:

I've created a custom shape in Visio 2003, containing two text boxes
one above the other. The problem is the following:When entering text in
the lower box it expands vertically (up and down)and covers the upper
text box. How can I align the text in such a way that it only expands
downwards?


Select the shape and open the shapesheet (Window menu).
Ensure that there is a TextTransform section, if not then add one.
Set the cell TxtLocPinY to TxtHeight
Do do the opposite and make the text only go upwards set the cell to
0.
You may also need to set the cell TxtPinY to Height so that the text
starts at the top of the shape.




--
Regards, Paul Herber, Sandrila Ltd.
http://www.pherber.com/
Visio Utilities http://www.visio-utilities.sandrila.co.uk/



--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics for Visio http://www.electronics.sandrila.co.uk/
  #6  
Old September 12th, 2006, 09:53 AM posted to microsoft.public.visio.general
[email protected]
external usenet poster
 
Posts: 3
Default vertically align text downwards in shapes

Thanks guys,

However, neither option works. I think the problem is bigger and since
I am a newbie, I def. need some help getting this straight.

The first shape (which I did not create) worked fine and included a
mapping xml file.
I'm trying to connect a new shape to the original one, group both and
after modifying the xml file, import into an application which then
generates information to be filled in both shapes.

What am I doing wrong? Cause now I am also getting an error message:
'Unable to find connector master. Can not draw tree.'





Paul Herber schreef:

Thanks John, but I was going to say that your method was far easier
i.e. not having to muck around in the shapesheet, however, if the
texttransform section has already been created then certain settings
prevent the Format -Text - Block - Alignment from working.


On Mon, 11 Sep 2006 14:07:53 -0400, "John Marshall, MVP"
wrote:

Interesting approach. Your approach would allow more flexiblity, rather than
forcing the text to the very top with the first character typed, you could
set up the shapesheet to initially start with space at the top, grow up and
down for a few lines and then just grow down.

The other alternate is to set the VerticalAlign in the Text Block Format
Section to 0. (0 is top down, 1 is centered, 2 is bottom up)

John... Visio MVP

Need stencils or ideas? http://visio.mvps.org/3rdparty.htm
Need VBA examples? http://visio.mvps.org/VBA.htm
Common Visio Questions http://visio.mvps.org/common_questions.htm
Visio Wishlist http://visio.mvps.org/wish_list.htm

"Paul Herber" wrote in message
well.net...
On 11 Sep 2006 07:33:37 -0700, wrote:

I've created a custom shape in Visio 2003, containing two text boxes
one above the other. The problem is the following:When entering text in
the lower box it expands vertically (up and down)and covers the upper
text box. How can I align the text in such a way that it only expands
downwards?

Select the shape and open the shapesheet (Window menu).
Ensure that there is a TextTransform section, if not then add one.
Set the cell TxtLocPinY to TxtHeight
Do do the opposite and make the text only go upwards set the cell to
0.
You may also need to set the cell TxtPinY to Height so that the text
starts at the top of the shape.




--
Regards, Paul Herber, Sandrila Ltd.
http://www.pherber.com/
Visio Utilities http://www.visio-utilities.sandrila.co.uk/



--
Regards, Paul Herber, Sandrila Ltd. http://www.pherber.com/
Electronics for Visio http://www.electronics.sandrila.co.uk/


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:46 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.