Re: Rotate several elements

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Jun 9, 11:30 am, Ed Bennett <the_n...@xxxxxxxx> wrote:
ronh wrote:
I'm using a template regularly to place pictures and overlaid text
boxes on an A3 document, which will be folded to create an A4
leaflet. The pictures and text on the front page is therefore 180
degrees rotated so that it looks correct when folded - no problem so
far.

Is this a tent card style leaflet? Otherwise, I can't see why you need
to rotate the objects at all...

I would love a macro which would enable me to do this in one step (
rotate all elements and save the file as a pdf) I don't know much
about the macro editor in Publisher and I cannot find the command
which enables me to group elements.

You might want to come over to the
microsoft.public.publisher.programming group, where discussions about
programming in Publisher are on-topic.

The Group method is a member of the ShapeRange object, so would be
accessed by:
[A page object].Shapes.Range.Group

Note that simply grouping and rotating will not preserve your layout
properly - the distances from the top and left will become the distances
from the bottom and right respectively. You can either do the math to
work out what the new top and left should be, or (if no objects spill
off the edge of the page) create a rectangle the size of the page, group
everything to it, rotate the group, ungroup, and delete the rectangle.

--
Ed Bennett - MVP Microsoft Publisherhttp://ed.mvps.org

H Ed,

Yes it is created in "tent" form as the inner two pages which contain
text are read in portrait mode (running the length of the whole A3
document)
thanks for the input I will come across to the group you mention.

Ron

.



Relevant Pages

  • Re: Rotate several elements
    ... rotate all elements and save the file as a pdf) I don't know much about the macro editor in Publisher and I cannot find the command which enables me to group elements. ... You might want to come over to the microsoft.public.publisher.programming group, where discussions about programming in Publisher are on-topic. ... Note that simply grouping and rotating will not preserve your layout properly - the distances from the top and left will become the distances from the bottom and right respectively. ... You can either do the math to work out what the new top and left should be, or create a rectangle the size of the page, group everything to it, rotate the group, ungroup, and delete the rectangle. ...
    (microsoft.public.publisher)
  • Re: Hit-Testing a GraphicsPath.
    ... You can try a two tiered test. ... Use the bounding rectangle. ... GraphicsPath but flatten it out to get the line segments. ... I don't want to manually rotate the ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Rotated rectangle question
    ... > I need help in plotting the rotated coordinates of a rectangle. ... > If I rotate a rectangle at say 10.0 degrees, I need the x and y pos. ...
    (microsoft.public.vb.winapi.graphics)
  • Re: 2D Rotation of Rectangle?
    ... I was wondering if there is a way to rotate a 2D rectangle that I ... The patch command is extremely versatile for drawing many 2D and 3D shapes, and I would recommend looking at it more carefully. ... The coordinates should be in the data space, and if there is no data space, the figure props will be adjusted to fit your polygon. ...
    (comp.soft-sys.matlab)
  • RE: API Drawing...
    ... you can only draw in a rectangle that appears on screen ... > appear like a rectangle with its edges parallel to the edges of the screen. ... I don't have a graphics program that can rotate anything but 90 ... > know of to draw a rectangle at an angle. ...
    (microsoft.public.vb.general.discussion)