CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    16

    How to set shape style on rectangle into a word document

    Code:
    WordDoc.Shapes.AddShape(1, 30, 15, 565, 760).ShapeStyle = "Colored Outline - Black,Dark 1"
    I used this code above to make an rectangle into a word document using vs2010,but I have a problem because I don't know how to set shape style at "NO FILL".

    This is an no fill shape style in word2010 but I don't know how to use:
    ""Colored Outline - Black,Dark 1"

  2. #2
    Join Date
    Jan 2012
    Posts
    16

    Re: How to set shape style on rectangle into a word document

    Resolved!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured