Text alignment in MultiPage

U

Ulf Nilsson

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

// Ulf
 
C

Cindy M.

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 :)
 
T

Tony Strazzeri

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
 
U

Ulf Nilsson

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
 

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