Options.AutoFormatReplaceFractions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 "½."
public:
property bool AutoFormatReplaceFractions { bool get(); void set(bool value); };
public bool AutoFormatReplaceFractions { get; set; }
member this.AutoFormatReplaceFractions : bool with get, set
Public Property AutoFormatReplaceFractions As Boolean