G
Gilroy
How can I change the border of a Text Box to a solid line
border? I can get to the Text Box shape like this:
Word.Application.ActiveDocument.Shapes.Item
(32).TextFrame.TextRange.FormattedText.Text.ToString
But I can't find the property to change the Text Box
border.
In Word XP, a user would change this manually by
selecting the Text Box; select Format | Text Box; Change
the value of Line Dashed to Solid.
Where is the Office 10.0 Object Library property that
controls this action? ;-)
Any help would be greatly appreciated.
border? I can get to the Text Box shape like this:
Word.Application.ActiveDocument.Shapes.Item
(32).TextFrame.TextRange.FormattedText.Text.ToString
But I can't find the property to change the Text Box
border.
In Word XP, a user would change this manually by
selecting the Text Box; select Format | Text Box; Change
the value of Line Dashed to Solid.
Where is the Office 10.0 Object Library property that
controls this action? ;-)
Any help would be greatly appreciated.