Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / SmallNestedFraction Property

In This Topic
    SmallNestedFraction Property
    In This Topic
    Gets or sets whether to reduce text size in numerator and denominator for nested OMathFraction.

    The default value is false.

    Syntax
    'Declaration
     
    Public Property SmallNestedFraction As System.Boolean
    public System.bool SmallNestedFraction {get; set;}
    See Also