[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath

OMath Class

Represents an Office Math content object (OMath zone).

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

Properties

Name Description
Mode

Gets the display mode of this OMath zone.

If this OMath zone is inside an OMathParagraph, or is not preceded or followed by a non-mathematical text in the parent object, the value of this property is Display. Otherwise the value is Inline.

Next

Gets the next OMath object.

ParentOMathParagraph

Gets the parent OMathParagraph object.

Previous

Gets the previous OMath object.

Methods

Name Description
AddAccent()

Adds a new OMathAccent to the end of the Office Math zone.

AddAccent(string, string)

Adds a new OMathAccent to the end of the Office Math zone.

AddBar()

Adds a new OMathBar to the end of the Office Math zone.

AddBar(string)

Adds a new OMathBar to the end of the Office Math zone.

AddBorderBox()

Adds a new OMathBorderBox to the end of the Office Math zone.

AddBorderBox(string)

Adds a new OMathBorderBox to the end of the Office Math zone.

AddBox()

Adds a new OMathBox to the end of the Office Math zone.

AddBox(string)

Adds a new OMathBox to the end of the Office Math zone.

AddComplexField(IFieldOptions)

Adds a ComplexField to the end of the Office Math zone.

AddComplexField(string)

Adds a ComplexField to the end of the Office Math zone.

AddComplexField(string, string)

Adds a ComplexField to the end of the Office Math zone.

AddContentControl(ContentControlType, bool)

Adds a ContentControl to the end of the Office Math zone.

AddDelimiter()

Adds a new OMathDelimiter to the end of the Office Math zone.

AddDelimiter(string[], string, string, string)

Adds a new OMathDelimiter to the end of the Office Math zone.

AddEndnote(string)

Adds an Endnote to the end of the Office Math zone.

AddEndnote(string, char, string)

Adds an Endnote to the end of the Office Math zone.

AddEndnote(string, string)

Adds an Endnote to the end of the Office Math zone.

AddEquationArray()

Adds a new OMathEquationArray to the end of the Office Math zone.

AddEquationArray(string[])

Adds a new OMathEquationArray to the end of the Office Math zone.

AddFootnote(string)

Adds a Footnote to the end of the Office Math zone.

AddFootnote(string, char, string)

Adds a Footnote to the end of the Office Math zone.

AddFootnote(string, string)

Adds a Footnote to the end of the Office Math zone.

AddFraction()

Adds a new OMathFraction to the end of the Office Math zone.

AddFraction(string, string, OMathFractionType?)

Adds a new OMathFraction to the end of the Office Math zone.

AddFunction()

Adds a new OMathFunction to the end of the Office Math zone.

AddFunction(string, string)

Adds a new OMathFunction to the end of the Office Math zone.

AddGroupCharacter()

Adds a new OMathGroupCharacter to the end of the Office Math zone.

AddGroupCharacter(string, string)

Adds a new OMathGroupCharacter to the end of the Office Math zone.

Adds a Hyperlink to the end of the Office Math zone.

Adds a Hyperlink to the end of the Office Math zone.

Adds a Hyperlink to the end of the Office Math zone.

AddLimitLower()

Adds a new OMathLimitLower to the end of the Office Math zone.

AddLimitLower(string, string)

Adds a new OMathLimitLower to the end of the Office Math zone.

AddLimitUpper()

Adds a new OMathLimitUpper to the end of the Office Math zone.

AddLimitUpper(string, string)

Adds a new OMathLimitUpper to the end of the Office Math zone.

AddMatrix()

Adds a new OMathMatrix to the end of the Office Math zone.

AddMatrix(int, int)

Adds a new OMathMatrix to the end of the Office Math zone.

AddMatrix(int?[,])

Adds a new OMathMatrix to the end of the Office Math zone.

AddMatrix(string[,])

Adds a new OMathMatrix to the end of the Office Math zone.

AddNary()

Adds a new OMathNary to the end of the Office Math zone.

AddNary(string, string, string, string)

Adds a new OMathNary to the end of the Office Math zone.

AddOMathStruct(OMathStructType)

Adds a new OMathStruct to the end of the Office Math zone.

AddPhantom()

Adds a new OMathPhantom to the end of the Office Math zone.

AddPhantom(string, bool)

Adds a new OMathPhantom to the end of the Office Math zone.

AddPreSubSuperscript()

Adds a new OMathPreSubSuperscript to the end of the Office Math zone.

AddPreSubSuperscript(string, string, string)

Adds a new OMathPreSubSuperscript to the end of the Office Math zone.

AddRadical()

Adds a new OMathRadical to the end of the Office Math zone.

AddRadical(string, string)

Adds a new OMathRadical to the end of the Office Math zone.

AddRun()

Adds a Run to the end of the Office Math zone.

AddRun(Style)

Adds a Run to the end of the Office Math zone.

AddRun(string)

Adds a Run to the end of the Office Math zone.

AddRun(string, Style)

Adds a Run to the end of the Office Math zone.

AddSimpleField(string)

Adds a SimpleField to the end of the Office Math zone.

AddSimpleField(string, string)

Adds a SimpleField to the end of the Office Math zone.

AddSubSuperscript()

Adds a new OMathSubSuperscript to the end of the Office Math zone.

AddSubSuperscript(string, string, string)

Adds a new OMathSubSuperscript to the end of the Office Math zone.

AddSubscript()

Adds a new OMathSubscript to the end of the Office Math zone.

AddSubscript(string, string)

Adds a new OMathSubscript to the end of the Office Math zone.

AddSuperscript()

Adds a new OMathSuperscript to the end of the Office Math zone.

AddSuperscript(string, string)

Adds a new OMathSuperscript to the end of the Office Math zone.