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