[]
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>
Gets the base OMathElement of the structure.
public OMathElement Base { get; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }
Gets the superscript OMathElement of the structure.
public OMathElement Superscript { get; }