[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathLimitLower

Class OMathLimitLower

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

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

public class OMathLimitLower : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathLimitLower
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 lower 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