Hi,
The default alignment in Multipages seems to be centre . How do I change the
alignment to left?

// Ulf

Re: Text alignment in MultiPage by Cindy

Cindy
Tue Jul 22 09:42:52 PDT 2008

Hi =?Utf-8?B?VWxmIE5pbHNzb24=?=,

> The default alignment in Multipages seems to be centre . How do I change the
> alignment to left?
>
Can you be more specific about where you're finding this "Multipages" in the
Word object model?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)


Re: Text alignment in MultiPage by Tony

Tony
Tue Jul 22 17:03:38 PDT 2008

On Jul 17, 8:12=A0pm, Ulf Nilsson <UlfNils...@discussions.microsoft.com>
wrote:
> Hi,
> The default alignment in Multipages seems to be centre . How do I change =
the
> alignment to left?
>
> // Ulf

Hi Ulf,

I assume you are using a "TabFixedwidth" value for the tabPage. The
tab page width default setting is a value of 0 (zero) which means that
the tab is only displayed as wide as it needs to be to fit the text.
I generally only use this setting.

I don't believe it is possible to make the tab caption left aligned
without bypassing the VBA forms and going straight to windows API
calls.

Cheers
TonyS

Re: Text alignment in MultiPage by UlfNilsson

UlfNilsson
Thu Jul 24 05:05:00 PDT 2008

Hi,
MultiPage is a Control, like CommandButtons.

If I set TabOrientation to "2 - fmTabOrientationLeft", the caption at each
page seems to be centered. How can I make the caption to be Left?

// Ulf

"Cindy M." wrote:

> Hi =?Utf-8?B?VWxmIE5pbHNzb24=?=,
>
> > The default alignment in Multipages seems to be centre . How do I change the
> > alignment to left?
> >
> Can you be more specific about where you're finding this "Multipages" in the
> Word object model?
>
> Cindy Meister
> INTER-Solutions, Switzerland
> http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
> http://www.word.mvps.org
>
> This reply is posted in the Newsgroup; please post any follow question or reply
> in the newsgroup and not by e-mail :-)
>
>