How add shape without border ?

  • Thread starter Thread starter hellokareem
  • Start date Start date
H

hellokareem

How we can add shape in master slide ,without boredr?when i added shape
in master slide white default border coming(i am saying
programmatically not manually)
Any help really appreciable
 
If for example it was shape 6 on the master

ActivePresentation.SlideMaster.Shapes(6).Line.Visible = msoFalse
 
can u say step in com way ...Line object not seeing..LineFormat
there(using vc++)
 

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

Back
Top