_Document.OMathSmallFrac Property

Returns or sets a Boolean that represents whether to use small fractions in equations contained within the document. Read/write.

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

Syntax

'Declaration
Property OMathSmallFrac As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.OMathSmallFrac

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

Property Value

Type: System.Boolean
Boolean

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace