[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathPreSubSuperscript

OMathPreSubSuperscript Class

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.

Inheritance
OMathPreSubSuperscript
Implements
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class OMathPreSubSuperscript : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathPreSubSuperscript
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)

Properties

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.