Creating nested bullet list in powerpoint 2007
Posted
by SuperBloup
on Stack Overflow
See other posts from Stack Overflow
or by SuperBloup
Published on 2010-05-19T20:46:28Z
Indexed on
2010/05/19
20:50 UTC
Read the original article
Hit count: 157
We're trying to create a powerpoint slide programmaticaly. We can obtain bullets on a single level, but playing with tabs and line returns doesn't work for nested enumerations.
For now we got :
- text 1
- subtext1
- subtext2
- text 2
And what we want is :
- text 1
- subtext1
- subtext2
- text 2
Is there a way to control these using C# or VBA?
© Stack Overflow or respective owner