[]
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>
Public Class OMathPreSubSuperscript
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
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. |