BorderArtFormat.RevertToDefaultWeight Method
Publisher Developer Reference |
Sets the BorderArt on the specified shape back to its default thickness.
Syntax
expression.RevertToDefaultWeight
expression A variable that represents a BorderArtFormat object.
Remarks
The RevertToDefaultWeight method has the same effect as the Always apply at default size control on the BorderArt dialog box.
Use the Weight property of the BorderArtFormat object to set the specified BorderArt to a thickness other than the default.
Example
The following example tests for the existence of BorderArt on each shape for each page of the active document. If BorderArt exists, its weight is set to the default thickness and original color.
Visual Basic for Applications |
---|
|
See Also