[]
Represents a sub-superscript Office Math structure which consists of a base element, a reduced-size script element placed below and to the right, and a reduced-size script element placed above and to the right.
public class OMathSubSuperscript : OMathStruct, IBrowsable<OMathStruct>
Gets or sets whether subscripts and superscripts are aligned to each other.
Default value is false.
public bool AlignScripts { get; set; }
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; }