[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection

Class OMathStructCollection

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

Represents a collection of OMathStruct instances.

public class OMathStructCollection : ContentObjectCollection<OMathStruct>, IContentList<OMathStruct>, IReadOnlyList<OMathStruct>, IReadOnlyCollection<OMathStruct>, IEnumerable<OMathStruct>, IEnumerable
Inheritance
object
OMathStructCollection
Implements
System.Collections.Generic.IReadOnlyList<T><OMathStruct>
System.Collections.Generic.IReadOnlyCollection<T><OMathStruct>
System.Collections.Generic.IEnumerable<T><OMathStruct>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Add(OMathStructType)

Adds a new OMathStruct into the collection at the End location.

public OMathStruct Add(OMathStructType type)

Parameters

type OMathStructType

The Office Math structure type.

Returns

OMathStruct

The added OMathStruct instance.

AddAccent()

Adds a new OMathAccent to the collection at the End location.

public OMathAccent AddAccent()

Returns

OMathAccent

The added OMathAccent instance.

AddAccent(string, string)

Adds a new OMathAccent to the collection at the End location.

public OMathAccent AddAccent(string baseText, string character = null)

Parameters

baseText string

The structure base element text.

character string

The structure accent character.

Returns

OMathAccent

The added OMathAccent instance.

AddBar()

Adds a new OMathBar to the collection at the End location.

public OMathBar AddBar()

Returns

OMathBar

The added OMathBar instance.

AddBar(string)

Adds a new OMathBar to the collection at the End location.

public OMathBar AddBar(string baseText)

Parameters

baseText string

The structure base element text.

Returns

OMathBar

The added OMathBar instance.

AddBorderBox()

Adds a new OMathBorderBox to the collection at the End location.

public OMathBorderBox AddBorderBox()

Returns

OMathBorderBox

The added OMathBorderBox instance.

AddBorderBox(string)

Adds a new OMathBorderBox to the collection at the End location.

public OMathBorderBox AddBorderBox(string baseText)

Parameters

baseText string

The structure base element text.

Returns

OMathBorderBox

The added OMathBorderBox instance.

AddBox()

Adds a new OMathBox to the collection at the End location.

public OMathBox AddBox()

Returns

OMathBox

The added OMathBox instance.

AddBox(string)

Adds a new OMathBox to the collection at the End location.

public OMathBox AddBox(string baseText)

Parameters

baseText string

The structure base element text.

Returns

OMathBox

The added OMathBox instance.

AddDelimiter()

Adds a new OMathDelimiter to the collection at the End location.

public OMathDelimiter AddDelimiter()

Returns

OMathDelimiter

The added OMathDelimiter instance.

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

Adds a new OMathDelimiter to the collection at the End location.

public OMathDelimiter AddDelimiter(string[] itemsText, string beginCharacter = null, string endCharacter = null, string separatorCharacter = null)

Parameters

itemsText string[]

The structure items text array.

beginCharacter string

The stricture beginning, or opening character.

endCharacter string

The structure ending, or closing character.

separatorCharacter string

The structure character that separates items.

Returns

OMathDelimiter

The added OMathDelimiter instance.

AddEquationArray()

Adds a new OMathEquationArray to the collection at the End location.

public OMathEquationArray AddEquationArray()

Returns

OMathEquationArray

The added OMathEquationArray instance.

AddEquationArray(string[])

Adds a new OMathEquationArray to the collection at the End location.

public OMathEquationArray AddEquationArray(string[] itemsText)

Parameters

itemsText string[]

The structure items text array.

Returns

OMathEquationArray

The added OMathEquationArray instance.

AddFraction()

Adds a new OMathFraction to the collection at the End location.

public OMathFraction AddFraction()

Returns

OMathFraction

The added OMathFraction instance.

AddFraction(string, string, OMathFractionType?)

Adds a new OMathFraction to the collection at the End location.

public OMathFraction AddFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType)

Parameters

numeratorText string

The structure numerator element text.

denominatorText string

The structure denominator element text.

fractionType OMathFractionType?

The fraction type.

Returns

OMathFraction

The added OMathFraction instance.

AddFunction()

Adds a new OMathFunction to the collection at the End location.

public OMathFunction AddFunction()

Returns

OMathFunction

The added OMathFunction instance.

AddFunction(string, string)

Adds a new OMathFunction to the collection at the End location.

public OMathFunction AddFunction(string nameText, string argumentText)

Parameters

nameText string

The structure name element text.

argumentText string

The structure argument element text.

Returns

OMathFunction

The added OMathFunction instance.

AddGroupCharacter()

Adds a new OMathGroupCharacter to the collection at the End location.

public OMathGroupCharacter AddGroupCharacter()

Returns

OMathGroupCharacter

The added OMathGroupCharacter instance.

AddGroupCharacter(string, string)

Adds a new OMathGroupCharacter to the collection at the End location.

public OMathGroupCharacter AddGroupCharacter(string baseText, string character = null)

Parameters

baseText string

The structure base element text.

character string

The structure group character.

Returns

OMathGroupCharacter

The added OMathGroupCharacter instance.

AddLimitLower()

Adds a new OMathLimitLower to the collection at the End location.

public OMathLimitLower AddLimitLower()

Returns

OMathLimitLower

The added OMathLimitLower instance.

AddLimitLower(string, string)

Adds a new OMathLimitLower to the collection at the End location.

public OMathLimitLower AddLimitLower(string baseText, string limitText)

Parameters

baseText string

The structure base element text.

limitText string

The structure limit element text.

Returns

OMathLimitLower

The added OMathLimitLower instance.

AddLimitUpper()

Adds a new OMathLimitUpper into the collection at the End location.

public OMathLimitUpper AddLimitUpper()

Returns

OMathLimitUpper

The added OMathLimitUpper instance.

AddLimitUpper(string, string)

Adds a new OMathLimitUpper to the collection at the End location.

public OMathLimitUpper AddLimitUpper(string baseText, string limitText)

Parameters

baseText string

The structure base element text.

limitText string

The structure limit element text.

Returns

OMathLimitUpper

The added OMathLimitUpper instance.

AddMatrix()

Adds a new OMathMatrix to the collection at the End location.

public OMathMatrix AddMatrix()

Returns

OMathMatrix

The added OMathMatrix instance.

AddMatrix(int, int)

Adds a new OMathMatrix to the collection at the End location.

public OMathMatrix AddMatrix(int rows, int columns)

Parameters

rows int

Count of rows in the matrix.

columns int

Count of columns in the matrix.

Returns

OMathMatrix

The added OMathMatrix instance.

AddMatrix(int?[,])

Adds a new OMathMatrix to the collection at the End location.

public OMathMatrix AddMatrix(int?[,] cellsValue)

Parameters

cellsValue int?[,]

The structure cells value array.

Returns

OMathMatrix

The added OMathMatrix instance.

AddMatrix(string[,])

Adds a new OMathMatrix to the collection at the End location.

public OMathMatrix AddMatrix(string[,] cellsText)

Parameters

cellsText string[,]

The structure cells text array.

Returns

OMathMatrix

The added OMathMatrix instance.

AddNary()

Adds a new OMathNary to the collection at the End location.

public OMathNary AddNary()

Returns

OMathNary

The added OMathNary instance.

AddNary(string, string, string, string)

Adds a new OMathNary to the collection at the End location.

public OMathNary AddNary(string baseText, string subscriptText, string superscriptText, string character = null)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

character string

The n-ary character.

Returns

OMathNary

The added OMathNary instance.

AddPhantom()

Adds a new OMathPhantom to the collection at the End location.

public OMathPhantom AddPhantom()

Returns

OMathPhantom

The added OMathPhantom instance.

AddPhantom(string, bool)

Adds a new OMathPhantom to the collection at the End location.

public OMathPhantom AddPhantom(string argumentText, bool smash)

Parameters

argumentText string

The structure argument element text.

smash bool

Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.

Returns

OMathPhantom

The added OMathPhantom instance.

AddPreSubSuperscript()

Adds a new OMathPreSubSuperscript to the collection at the End location.

public OMathPreSubSuperscript AddPreSubSuperscript()

Returns

OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.

AddPreSubSuperscript(string, string, string)

Adds a new OMathPreSubSuperscript into the collection at the End location.

public OMathPreSubSuperscript AddPreSubSuperscript(string baseText, string subscriptText, string superscriptText)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

Returns

OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.

AddRadical()

Adds a new OMathRadical to the collection at the End location.

public OMathRadical AddRadical()

Returns

OMathRadical

The added OMathRadical instance.

AddRadical(string, string)

Adds a new OMathRadical into the collection at the End location.

public OMathRadical AddRadical(string radicandText, string degreeText)

Parameters

radicandText string

The structure radicand element text.

degreeText string

The structure degree element text.

Returns

OMathRadical

The added OMathRadical instance.

AddSubscript()

Adds a new OMathSubscript to the collection at the End location.

public OMathSubscript AddSubscript()

Returns

OMathSubscript

The added OMathSubscript instance.

AddSubscript(string, string)

Adds a new OMathSubscript into the collection at the End location.

public OMathSubscript AddSubscript(string baseText, string subscriptText)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

Returns

OMathSubscript

The added OMathSubscript instance.

AddSubSuperscript()

Adds a new OMathSubSuperscript to the collection at the End location.

public OMathSubSuperscript AddSubSuperscript()

Returns

OMathSubSuperscript

The added OMathSubSuperscript instance.

AddSubSuperscript(string, string, string)

Adds a new OMathSubSuperscript into the collection at the End location.

public OMathSubSuperscript AddSubSuperscript(string baseText, string subscriptText, string superscriptText)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

Returns

OMathSubSuperscript

The added OMathSubSuperscript instance.

AddSuperscript()

Adds a new OMathSuperscript to the collection at the End location.

public OMathSuperscript AddSuperscript()

Returns

OMathSuperscript

The added OMathSuperscript instance.

AddSuperscript(string, string)

Adds a new OMathSuperscript into the collection at the End location.

public OMathSuperscript AddSuperscript(string baseText, string superscriptText)

Parameters

baseText string

The structure base element text.

superscriptText string

The structure superscript element text.

Returns

OMathSuperscript

The added OMathSuperscript instance.

Insert(OMathStructType, InsertLocation)

Inserts a new OMathStruct into the collection at the specified location.

public OMathStruct Insert(OMathStructType type, InsertLocation location)

Parameters

type OMathStructType

The Office Math structure type.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathStruct

The inserted OMathStruct instance.

InsertAccent(InsertLocation)

Inserts a new OMathAccent into the collection at the specified location.

public OMathAccent InsertAccent(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathAccent

The inserted OMathAccent instance.

InsertAccent(string, string, InsertLocation)

Inserts a new OMathAccent into the collection at the specified location.

public OMathAccent InsertAccent(string baseText, string character, InsertLocation location)

Parameters

baseText string

The structure base element text.

character string

The structure accent character, can be null.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathAccent

The inserted OMathAccent instance.

InsertBar(InsertLocation)

Inserts a new OMathBar into the collection at the specified location.

public OMathBar InsertBar(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBar

The inserted OMathBar instance.

InsertBar(string, InsertLocation)

Inserts a new OMathBar into the collection at the specified location.

public OMathBar InsertBar(string baseText, InsertLocation location)

Parameters

baseText string

The structure base element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBar

The inserted OMathBar instance.

InsertBorderBox(InsertLocation)

Inserts a new OMathBorderBox into the collection at the specified location.

public OMathBorderBox InsertBorderBox(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBorderBox

The inserted OMathBorderBox instance.

InsertBorderBox(string, InsertLocation)

Inserts a new OMathBorderBox into the collection at the specified location.

public OMathBorderBox InsertBorderBox(string baseText, InsertLocation location)

Parameters

baseText string

The structure base element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBorderBox

The inserted OMathBorderBox instance.

InsertBox(InsertLocation)

Inserts a new OMathBox into the collection at the specified location.

public OMathBox InsertBox(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBox

The inserted OMathBox instance.

InsertBox(string, InsertLocation)

Inserts a new OMathBox into the collection at the specified location.

public OMathBox InsertBox(string baseText, InsertLocation location)

Parameters

baseText string

The structure base element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathBox

The inserted OMathBox instance.

InsertDelimiter(InsertLocation)

Inserts a new OMathDelimiter into the collection at the specified location.

public OMathDelimiter InsertDelimiter(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathDelimiter

The inserted OMathDelimiter instance.

InsertDelimiter(string[], InsertLocation)

Inserts a new OMathDelimiter into the collection at the specified location.

public OMathDelimiter InsertDelimiter(string[] itemsText, InsertLocation location)

Parameters

itemsText string[]

The structure items text array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathDelimiter

The inserted OMathDelimiter instance.

InsertDelimiter(string[], string, string, string, InsertLocation)

Inserts a new OMathDelimiter into the collection at the specified location.

public OMathDelimiter InsertDelimiter(string[] itemsText, string beginCharacter, string endCharacter, string separatorCharacter, InsertLocation location)

Parameters

itemsText string[]

The structure items text array.

beginCharacter string

The structure beginning, or opening character, can be null.

endCharacter string

The structure ending, or closing character, can be null.

separatorCharacter string

The structure character that separates items, can be null.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathDelimiter

The inserted OMathDelimiter instance.

InsertEquationArray(InsertLocation)

Inserts a new OMathEquationArray into the collection at the specified location.

public OMathEquationArray InsertEquationArray(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathEquationArray

The inserted OMathEquationArray instance.

InsertEquationArray(string[], InsertLocation)

Inserts a new OMathEquationArray into the collection at the specified location.

public OMathEquationArray InsertEquationArray(string[] itemsText, InsertLocation location)

Parameters

itemsText string[]

The structure items text array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathEquationArray

The inserted OMathEquationArray instance.

InsertFraction(InsertLocation)

Inserts a new OMathFraction into the collection at the specified location.

public OMathFraction InsertFraction(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathFraction

The inserted OMathFraction instance.

InsertFraction(string, string, OMathFractionType?, InsertLocation)

Inserts a new OMathFraction into the collection at the specified location.

public OMathFraction InsertFraction(string numeratorText, string denominatorText, OMathFractionType? fractionType, InsertLocation location)

Parameters

numeratorText string

The structure numerator element text.

denominatorText string

The structure denominator element text.

fractionType OMathFractionType?

The fraction type, can be null.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathFraction

The inserted OMathFraction instance.

InsertFunction(InsertLocation)

Inserts a new OMathFunction into the collection at the specified location.

public OMathFunction InsertFunction(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathFunction

The inserted OMathFunction instance.

InsertFunction(string, string, InsertLocation)

Inserts a new OMathFunction into the collection at the specified location.

public OMathFunction InsertFunction(string nameText, string argumentText, InsertLocation location)

Parameters

nameText string

The structure name element text.

argumentText string

The structure argument element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathFunction

The inserted OMathFunction instance.

InsertGroupCharacter(InsertLocation)

Inserts a new OMathGroupCharacter into the collection at the specified location.

public OMathGroupCharacter InsertGroupCharacter(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathGroupCharacter

The inserted OMathGroupCharacter instance.

InsertGroupCharacter(string, string, InsertLocation)

Inserts a new OMathGroupCharacter into the collection at the specified location.

public OMathGroupCharacter InsertGroupCharacter(string baseText, string character, InsertLocation location)

Parameters

baseText string

The structure base element text.

character string

The structure group character, can be null.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathGroupCharacter

The inserted OMathGroupCharacter instance.

InsertLimitLower(InsertLocation)

Inserts a new OMathLimitLower into the collection at the specified location.

public OMathLimitLower InsertLimitLower(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathLimitLower

The inserted OMathLimitLower instance.

InsertLimitLower(string, string, InsertLocation)

Inserts a new OMathLimitLower into the collection at the specified location.

public OMathLimitLower InsertLimitLower(string baseText, string limitText, InsertLocation location)

Parameters

baseText string

The structure base element text.

limitText string

The structure limit element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathLimitLower

The inserted OMathLimitLower instance.

InsertLimitUpper(InsertLocation)

Inserts a new OMathLimitUpper into the collection at the specified location.

public OMathLimitUpper InsertLimitUpper(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathLimitUpper

The inserted OMathLimitUpper instance.

InsertLimitUpper(string, string, InsertLocation)

Inserts a new OMathLimitUpper into the collection at the specified location.

public OMathLimitUpper InsertLimitUpper(string baseText, string limitText, InsertLocation location)

Parameters

baseText string

The structure base element text.

limitText string

The structure limit element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathLimitUpper

The inserted OMathLimitUpper instance.

InsertMatrix(InsertLocation)

Inserts a new OMathMatrix into the collection at the specified location.

public OMathMatrix InsertMatrix(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(int, int, InsertLocation)

Inserts a new OMathMatrix into the collection at the specified location.

public OMathMatrix InsertMatrix(int rows, int columns, InsertLocation location)

Parameters

rows int

Count of rows in the matrix.

columns int

Count of columns in the matrix.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(int?[,], InsertLocation)

Inserts a new OMathMatrix into the collection at the specified location.

public OMathMatrix InsertMatrix(int?[,] cellsValue, InsertLocation location)

Parameters

cellsValue int?[,]

The structure cells value array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(string[,], InsertLocation)

Inserts a new OMathMatrix into the collection at the specified location.

public OMathMatrix InsertMatrix(string[,] cellsText, InsertLocation location)

Parameters

cellsText string[,]

The structure cells text array.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathMatrix

The inserted OMathMatrix instance.

InsertNary(InsertLocation)

Inserts a new OMathNary into the collection at the specified location.

public OMathNary InsertNary(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathNary

The inserted OMathNary instance.

InsertNary(string, string, string, string, InsertLocation)

Inserts a new OMathNary into the collection at the specified location.

public OMathNary InsertNary(string baseText, string subscriptText, string superscriptText, string character, InsertLocation location)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

character string

The n-ary character, can be null.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathNary

The inserted OMathNary instance.

InsertPhantom(InsertLocation)

Inserts a new OMathPhantom into the collection at the specified location.

public OMathPhantom InsertPhantom(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathPhantom

The inserted OMathPhantom instance.

InsertPhantom(string, bool, InsertLocation)

Inserts a new OMathPhantom into the collection at the specified location.

public OMathPhantom InsertPhantom(string argumentText, bool smash, InsertLocation location)

Parameters

argumentText string

The structure argument element text.

smash bool

Whether the argument element is visible but that the height is not taken into account in the spacing of the layout.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathPhantom

The inserted OMathPhantom instance.

InsertPreSubSuperscript(InsertLocation)

Inserts a new OMathPreSubSuperscript into the collection at the specified location.

public OMathPreSubSuperscript InsertPreSubSuperscript(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathPreSubSuperscript

The inserted OMathPreSubSuperscript instance.

InsertPreSubSuperscript(string, string, string, InsertLocation)

Inserts a new OMathPreSubSuperscript into the collection at the specified location.

public OMathPreSubSuperscript InsertPreSubSuperscript(string baseText, string subscriptText, string superscriptText, InsertLocation location)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathPreSubSuperscript

The inserted OMathPreSubSuperscript instance.

InsertRadical(InsertLocation)

Inserts a new OMathRadical into the collection at the specified location.

public OMathRadical InsertRadical(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathRadical

The inserted OMathRadical instance.

InsertRadical(string, string, InsertLocation)

Inserts a new OMathRadical into the collection at the specified location.

public OMathRadical InsertRadical(string radicandText, string degreeText, InsertLocation location)

Parameters

radicandText string

The structure radicand element text.

degreeText string

The structure degree element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathRadical

The inserted OMathRadical instance.

InsertSubscript(InsertLocation)

Inserts a new OMathSubscript into the collection at the specified location.

public OMathSubscript InsertSubscript(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSubscript

The inserted OMathSubscript instance.

InsertSubscript(string, string, InsertLocation)

Inserts a new OMathSubscript into the collection at the specified location.

public OMathSubscript InsertSubscript(string baseText, string subscriptText, InsertLocation location)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSubscript

The inserted OMathSubscript instance.

InsertSubSuperscript(InsertLocation)

Inserts a new OMathSubSuperscript into the collection at the specified location.

public OMathSubSuperscript InsertSubSuperscript(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSubSuperscript

The inserted OMathSubSuperscript instance.

InsertSubSuperscript(string, string, string, InsertLocation)

Inserts a new OMathSubSuperscript into the collection at the specified location.

public OMathSubSuperscript InsertSubSuperscript(string baseText, string subscriptText, string superscriptText, InsertLocation location)

Parameters

baseText string

The structure base element text.

subscriptText string

The structure subscript element text.

superscriptText string

The structure superscript element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSubSuperscript

The inserted OMathSubSuperscript instance.

InsertSuperscript(InsertLocation)

Inserts a new OMathSuperscript into the collection at the specified location.

public OMathSuperscript InsertSuperscript(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSuperscript

The inserted OMathSuperscript instance.

InsertSuperscript(string, string, InsertLocation)

Inserts a new OMathSuperscript into the collection at the specified location.

public OMathSuperscript InsertSuperscript(string baseText, string superscriptText, InsertLocation location)

Parameters

baseText string

The structure base element text.

superscriptText string

The structure superscript element text.

location InsertLocation

The target InsertLocation for the insertion.

Returns

OMathSuperscript

The inserted OMathSuperscript instance.