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