Class SoftEdgeFormat (Word VBA)

The class SoftEdgeFormat represents the soft edge formatting for a shape or range of shapes. To use a SoftEdgeFormat class variable it first needs to be instantiated, for example


Dim sef as SoftEdgeFormat
Set sef = ActiveDocument.Background.SoftEdge

Radius

Returns or sets a Single that represents the length of the radius for a soft edge effect.


ActiveDocument.Background.SoftEdge.Radius =

Type

Returns or sets an MsoBevelType constant that represents the bevel type for the edges of images that use soft edge formatting.


ActiveDocument.Background.SoftEdge.Type =