Style.BuiltIn Property

Definition

True if the specified object is one of the built-in styles or caption labels in Microsoft Word. Read-only Boolean.

public:
 property bool BuiltIn { bool get(); };
public bool BuiltIn { get; }
member this.BuiltIn : bool
Public ReadOnly Property BuiltIn As Boolean

Property Value

Remarks

You can specify built-in styles across all languages by using the WdBuiltinStyle constants or within a language by using the style name for the language version of Microsoft Word.

Applies to