Options.AutoFormatReplaceHyperlinks Property

True if e-mail addresses, server and share names (also known as UNC paths), and Internet addresses (also known as URLs) are automatically formatted whenever Microsoft Word AutoFormats a document or range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property AutoFormatReplaceHyperlinks As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.AutoFormatReplaceHyperlinks

instance.AutoFormatReplaceHyperlinks = value
bool AutoFormatReplaceHyperlinks { get; set; }

Property Value

Type: System.Boolean

Remarks

Word changes any text that looks like an e-mail address, UNC, or URL to a hyperlink. Word doesn't check the validity of the hyperlink.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace