[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathSubSuperscript

OMathSubSuperscript Class

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.

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

Properties

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.