Adding Custom Line Patterns to Document Stencil

V

Vladimir

Hello.
How can I programmatically copy master from my stencil to the Document
Stencil?
 
N

nbelyh

Hello.
How can I programmatically copy master from my stencil to the Document
Stencil?

Using brute-force approach: ;)

ActiveDocument.Masters.Drop _

ActiveWindow.Windows.ItemEx("MyStencil").Document.Masters("MyMaster"),
0, 0
 
N

nbelyh

Unfortunately, this method is bad for me :(

But why? What's the problem with this method? Why Drop is bad?!
IMHO, you'd better made public your original problem in this case...
 

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