Options.AutoFormatReplaceFractions Property

True if typed fractions are replaced with fractions from the current character set when Microsoft Word formats a document or range automatically. For example, "1/2" is replaced with "½."

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

Syntax

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

value = instance.AutoFormatReplaceFractions

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

Property Value

Type: System.Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace