[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathLimitUpper

Class OMathLimitUpper

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an upper-limit Office Math structure, which consists of a base element on the baseline and reduced-size limit element immediately above it.

public class OMathLimitUpper : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathLimitUpper
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Base

Gets the base OMathElement of the structure.

public OMathElement Base { get; }

Property Value

OMathElement

Limit

Gets the upper limit OMathElement of the structure.

public OMathElement Limit { get; }

Property Value

OMathElement

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType