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  

Working with pictures



 
 
Thread Tools Display Modes
  #1  
Old April 1st, 2009, 08:49 PM posted to microsoft.public.visio.general
Mike S.
external usenet poster
 
Posts: 10
Default Working with pictures

I am working with flow charts and pictures in Visio. I know how to open or
insert a picture in Visio. I also know how to resize by draging the corners
or using Size & Position Window tool under the view menu. Both of these
methods have their problems. The draging method requires you to zoom out to
even get to the corner, and the Size & Position Tool allows you to change the
height and width independently which does not maintain the aspect ratio.

Is there anyother way to resize the images to fit onto the work page? For
example in PowerPoint you can paste a picure into a PlaceHolder Object, and
it will be automatically sized. You can also right click and use the format
tool which has a sizing tab including locking the aspect ratio.

Any suggestion would be greatly appreciated.

I really just want to know if there is any easier way work with the size of
inserted pictures.
  #2  
Old April 2nd, 2009, 01:42 AM posted to microsoft.public.visio.general
JuneTheSecond
external usenet poster
 
Posts: 69
Default Working with pictures

Hi,

If the aspect ratio is allowed to change, it is not difficult.
One of the ways is to set formula for shapesheet,
Width, Height, PinX, PinY, to each picture.
Width=GUARD(ThePage!PageWidth)
Height=GUARD(ThePage!PageHeight)
PinX=GUARD(Width/2)
PinY=GUARD(Height/2)
If you can make VBA macro, you can automate the works.

--
Best Regards.

JuneTheSecond
Now, visual calculation is more visual.
http://www.geocities.jp/visualcalcul...ish/index.html


  #3  
Old April 2nd, 2009, 08:56 PM posted to microsoft.public.visio.general
Mike S.
external usenet poster
 
Posts: 29
Default Working with pictures

Good Idea thank you.

"JuneTheSecond" wrote:

Hi,

If the aspect ratio is allowed to change, it is not difficult.
One of the ways is to set formula for shapesheet,
Width, Height, PinX, PinY, to each picture.
Width=GUARD(ThePage!PageWidth)
Height=GUARD(ThePage!PageHeight)
PinX=GUARD(Width/2)
PinY=GUARD(Height/2)
If you can make VBA macro, you can automate the works.

--
Best Regards.

JuneTheSecond
Now, visual calculation is more visual.
http://www.geocities.jp/visualcalcul...ish/index.html


 




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 11:37 PM.


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