[]
Represents an Office Math paragraph that contains Office Math zones in Display mode.
public class OMathParagraph : ContentObject, IBrowsable<OMathParagraph>
Gets or sets the justification of the Office Math paragraph.
The default value is specified by the Justification property.
public OMathJustification Justification { get; set; }
Gets the next OMathParagraph in a collection.
public OMathParagraph Next { get; }
Gets the previous OMathParagraph in a collection.
public OMathParagraph Previous { get; }
Adds a ComplexField to the end of the Office Math paragraph.
public ComplexField AddComplexField(string code, string result)
code
stringThe complex field code.
result
stringThe result text of the inserted field.
The added ComplexField.
Adds a ComplexField to the end of the Office Math paragraph.
public ComplexField AddComplexField(string code)
code
stringThe complex field code.
The added ComplexField.
Adds an Endnote to the end of the Office Math paragraph.
public Endnote AddEndnote(string text, char referenceCharacter, string referenceFontName)
text
stringThe endnote text.
referenceCharacter
charThe endnote reference symbol.
referenceFontName
stringThe endnote reference symbol font.
Adds an Endnote to the end of the Office Math paragraph.
public Endnote AddEndnote(string text, string reference)
text
stringThe endnote text.
reference
stringThe endnote reference text.
Adds an Endnote to the end of the Office Math paragraph.
public Endnote AddEndnote(string text = null)
text
stringThe endnote text.
Adds a Footnote to the end of the Office Math paragraph.
public Footnote AddFootnote(string text, char referenceCharacter, string referenceFontName)
text
stringThe footnote text.
referenceCharacter
charThe footnote reference symbol.
referenceFontName
stringThe footnote reference symbol font.
Adds a Footnote to the end of the Office Math paragraph.
public Footnote AddFootnote(string text, string reference)
text
stringThe footnote text.
reference
stringThe footnote reference text.
Adds a Footnote to the end of the Office Math paragraph.
public Footnote AddFootnote(string text = null)
text
stringThe footnote text.
Adds an OMath to the end of the Office Math paragraph.
public OMath AddOMath()
Adds an OMath to the end of the Office Math paragraph.
public OMath AddOMath(OMathBuiltInEquation equation)
equation
OMathBuiltInEquationThe built-in equation to fill the OMath.
Adds a Run to the end of the Office Math paragraph.
public Run AddRun()
Adds a Run to the end of the Office Math paragraph.
public Run AddRun(Style style)
style
StyleThe run character or linked paragraph style.
Adds a Run to the end of the Office Math paragraph.
public Run AddRun(string text, Style style)
Adds a Run to the end of the Office Math paragraph.
public Run AddRun(string text)
text
stringThe text of the inserted Run