[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathSuperscript

Class OMathSuperscript

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

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

public class OMathSuperscript : OMathStruct, IBrowsable<OMathStruct>
Inheritance
OMathSuperscript
Implements
Inherited Members

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

Superscript

Gets the superscript OMathElement of the structure.

public OMathElement Superscript { get; }

Property Value

OMathElement