[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathSubscript

Class OMathSubscript

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

Represents a subscript Office Math structure which consists of a base element and a reduced-size script element placed below and to the right.

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

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType

Subscript

Gets the subscript OMathElement of the structure.

public OMathElement Subscript { get; }

Property Value

OMathElement