[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathSubSuperscript

Class OMathSubSuperscript

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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>
Inheritance
OMathSubSuperscript
Implements
Inherited Members

Properties

AlignScripts

Gets or sets whether subscripts and superscripts are aligned to each other.

Default value is false.

public bool AlignScripts { get; set; }

Property Value

bool

Base

Gets the base OMathElement of the structure.

public OMathElement Base { get; }

Property Value

OMathElement

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType

Subscript

Gets the subscript OMathElement of the structure.

public OMathElement Subscript { get; }

Property Value

OMathElement

Superscript

Gets the superscript OMathElement of the structure.

public OMathElement Superscript { get; }

Property Value

OMathElement