HeadingStyle.Style Property

Definition

Returns or sets the style for the specified object.

public:
 property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
member this.Style : obj with get, set
Default Public Property Style As Object

Property Value

Remarks

To set the Style property, specify the local name of the style, an integer, a WdBuiltinStyle constant, or an object that represents the style.

When you return the style for a range that includes more than one style, only the first character or paragraph style is returned.

Applies to