Border.ArtStyle Property
Word Developer Reference |
Returns or sets the graphical page-border design for a document. Read/write WdPageBorderArt.
Syntax
expression.ArtStyle
expression Required. A variable that represents a Border object.
Example
This example adds a border of black dots around each page in first section in the selection.
Visual Basic for Applications |
---|
|
This example adds a picture border around each page in section one in the active document.
Visual Basic for Applications |
---|
|
See Also