[]
Represents a collection of OMathStruct instances.
public class OMathStructCollection : ContentObjectCollection<OMathStruct>, IContentList<OMathStruct>, IReadOnlyList<OMathStruct>, IReadOnlyCollection<OMathStruct>, IEnumerable<OMathStruct>, IEnumerable
Public Class OMathStructCollection
Inherits ContentObjectCollection(Of OMathStruct)
Implements IContentList(Of OMathStruct), IReadOnlyList(Of OMathStruct), IReadOnlyCollection(Of OMathStruct), IEnumerable(Of OMathStruct), IEnumerable
| Name | Description |
|---|---|
| Add(OMathStructType) | Adds a new OMathStruct into the collection at the End location. |
| AddAccent() | Adds a new OMathAccent to the collection at the End location. |
| AddAccent(string, string) | Adds a new OMathAccent to the collection at the End location. |
| AddBar() | |
| AddBar(string) | |
| AddBorderBox() | Adds a new OMathBorderBox to the collection at the End location. |
| AddBorderBox(string) | Adds a new OMathBorderBox to the collection at the End location. |
| AddBox() | |
| AddBox(string) | |
| AddDelimiter() | Adds a new OMathDelimiter to the collection at the End location. |
| AddDelimiter(string[], string, string, string) | Adds a new OMathDelimiter to the collection at the End location. |
| AddEquationArray() | Adds a new OMathEquationArray to the collection at the End location. |
| AddEquationArray(string[]) | Adds a new OMathEquationArray to the collection at the End location. |
| AddFraction() | Adds a new OMathFraction to the collection at the End location. |
| AddFraction(string, string, OMathFractionType?) | Adds a new OMathFraction to the collection at the End location. |
| AddFunction() | Adds a new OMathFunction to the collection at the End location. |
| AddFunction(string, string) | Adds a new OMathFunction to the collection at the End location. |
| AddGroupCharacter() | Adds a new OMathGroupCharacter to the collection at the End location. |
| AddGroupCharacter(string, string) | Adds a new OMathGroupCharacter to the collection at the End location. |
| AddLimitLower() | Adds a new OMathLimitLower to the collection at the End location. |
| AddLimitLower(string, string) | Adds a new OMathLimitLower to the collection at the End location. |
| AddLimitUpper() | Adds a new OMathLimitUpper into the collection at the End location. |
| AddLimitUpper(string, string) | Adds a new OMathLimitUpper to the collection at the End location. |
| AddMatrix() | Adds a new OMathMatrix to the collection at the End location. |
| AddMatrix(int, int) | Adds a new OMathMatrix to the collection at the End location. |
| AddMatrix(int?[,]) | Adds a new OMathMatrix to the collection at the End location. |
| AddMatrix(string[,]) | Adds a new OMathMatrix to the collection at the End location. |
| AddNary() | |
| AddNary(string, string, string, string) | |
| AddPhantom() | Adds a new OMathPhantom to the collection at the End location. |
| AddPhantom(string, bool) | Adds a new OMathPhantom to the collection at the End location. |
| AddPreSubSuperscript() | Adds a new OMathPreSubSuperscript to the collection at the End location. |
| AddPreSubSuperscript(string, string, string) | Adds a new OMathPreSubSuperscript into the collection at the End location. |
| AddRadical() | Adds a new OMathRadical to the collection at the End location. |
| AddRadical(string, string) | Adds a new OMathRadical into the collection at the End location. |
| AddSubSuperscript() | Adds a new OMathSubSuperscript to the collection at the End location. |
| AddSubSuperscript(string, string, string) | Adds a new OMathSubSuperscript into the collection at the End location. |
| AddSubscript() | Adds a new OMathSubscript to the collection at the End location. |
| AddSubscript(string, string) | Adds a new OMathSubscript into the collection at the End location. |
| AddSuperscript() | Adds a new OMathSuperscript to the collection at the End location. |
| AddSuperscript(string, string) | Adds a new OMathSuperscript into the collection at the End location. |
| Insert(OMathStructType, InsertLocation) | Inserts a new OMathStruct into the collection at the specified location. |
| InsertAccent(InsertLocation) | Inserts a new OMathAccent into the collection at the specified location. |
| InsertAccent(string, string, InsertLocation) | Inserts a new OMathAccent into the collection at the specified location. |
| InsertBar(InsertLocation) | Inserts a new OMathBar into the collection at the specified location. |
| InsertBar(string, InsertLocation) | Inserts a new OMathBar into the collection at the specified location. |
| InsertBorderBox(InsertLocation) | Inserts a new OMathBorderBox into the collection at the specified location. |
| InsertBorderBox(string, InsertLocation) | Inserts a new OMathBorderBox into the collection at the specified location. |
| InsertBox(InsertLocation) | Inserts a new OMathBox into the collection at the specified location. |
| InsertBox(string, InsertLocation) | Inserts a new OMathBox into the collection at the specified location. |
| InsertDelimiter(InsertLocation) | Inserts a new OMathDelimiter into the collection at the specified location. |
| InsertDelimiter(string[], InsertLocation) | Inserts a new OMathDelimiter into the collection at the specified location. |
| InsertDelimiter(string[], string, string, string, InsertLocation) | Inserts a new OMathDelimiter into the collection at the specified location. |
| InsertEquationArray(InsertLocation) | Inserts a new OMathEquationArray into the collection at the specified location. |
| InsertEquationArray(string[], InsertLocation) | Inserts a new OMathEquationArray into the collection at the specified location. |
| InsertFraction(InsertLocation) | Inserts a new OMathFraction into the collection at the specified location. |
| InsertFraction(string, string, OMathFractionType?, InsertLocation) | Inserts a new OMathFraction into the collection at the specified location. |
| InsertFunction(InsertLocation) | Inserts a new OMathFunction into the collection at the specified location. |
| InsertFunction(string, string, InsertLocation) | Inserts a new OMathFunction into the collection at the specified location. |
| InsertGroupCharacter(InsertLocation) | Inserts a new OMathGroupCharacter into the collection at the specified location. |
| InsertGroupCharacter(string, string, InsertLocation) | Inserts a new OMathGroupCharacter into the collection at the specified location. |
| InsertLimitLower(InsertLocation) | Inserts a new OMathLimitLower into the collection at the specified location. |
| InsertLimitLower(string, string, InsertLocation) | Inserts a new OMathLimitLower into the collection at the specified location. |
| InsertLimitUpper(InsertLocation) | Inserts a new OMathLimitUpper into the collection at the specified location. |
| InsertLimitUpper(string, string, InsertLocation) | Inserts a new OMathLimitUpper into the collection at the specified location. |
| InsertMatrix(InsertLocation) | Inserts a new OMathMatrix into the collection at the specified location. |
| InsertMatrix(int, int, InsertLocation) | Inserts a new OMathMatrix into the collection at the specified location. |
| InsertMatrix(int?[,], InsertLocation) | Inserts a new OMathMatrix into the collection at the specified location. |
| InsertMatrix(string[,], InsertLocation) | Inserts a new OMathMatrix into the collection at the specified location. |
| InsertNary(InsertLocation) | Inserts a new OMathNary into the collection at the specified location. |
| InsertNary(string, string, string, string, InsertLocation) | Inserts a new OMathNary into the collection at the specified location. |
| InsertPhantom(InsertLocation) | Inserts a new OMathPhantom into the collection at the specified location. |
| InsertPhantom(string, bool, InsertLocation) | Inserts a new OMathPhantom into the collection at the specified location. |
| InsertPreSubSuperscript(InsertLocation) | Inserts a new OMathPreSubSuperscript into the collection at the specified location. |
| InsertPreSubSuperscript(string, string, string, InsertLocation) | Inserts a new OMathPreSubSuperscript into the collection at the specified location. |
| InsertRadical(InsertLocation) | Inserts a new OMathRadical into the collection at the specified location. |
| InsertRadical(string, string, InsertLocation) | Inserts a new OMathRadical into the collection at the specified location. |
| InsertSubSuperscript(InsertLocation) | Inserts a new OMathSubSuperscript into the collection at the specified location. |
| InsertSubSuperscript(string, string, string, InsertLocation) | Inserts a new OMathSubSuperscript into the collection at the specified location. |
| InsertSubscript(InsertLocation) | Inserts a new OMathSubscript into the collection at the specified location. |
| InsertSubscript(string, string, InsertLocation) | Inserts a new OMathSubscript into the collection at the specified location. |
| InsertSuperscript(InsertLocation) | Inserts a new OMathSuperscript into the collection at the specified location. |
| InsertSuperscript(string, string, InsertLocation) | Inserts a new OMathSuperscript into the collection at the specified location. |