[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathFraction

OMathFraction Class

Represents a fraction Office Math structure, which consists of a numerator element and denominator element separated by a fraction bar.

Inheritance
OMathFraction
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathFraction : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathFraction
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)

Properties

Name Description
Denominator

Gets the denominator OMathElement of the fraction structure.

FractionType

Gets or sets the fraction type.

Default value is Bar.

Numerator

Gets the numerator OMathElement of the fraction structure.

StructType

Gets the OMathStructType of the structure.