[]
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>
Public Class OMathSubSuperscript
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
AlignScripts | Gets or sets whether subscripts and superscripts are aligned to each other. Default value is false. |
Base | Gets the base OMathElement of the structure. |
StructType | Gets the OMathStructType of the structure. |
Subscript | Gets the subscript OMathElement of the structure. |
Superscript | Gets the superscript OMathElement of the structure. |