[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathPreSubSuperscript

Class OMathPreSubSuperscript

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

Represents a pre-sub-superscript Office Math structure, which consists of a base element, a reduced-size script element placed below and to the left, and a reduced-size script element placed above and to the left.

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

Superscript

Gets the superscript OMathElement of the structure.

public OMathElement Superscript { get; }

Property Value

OMathElement