[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraph

Class OMathParagraph

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

Represents an Office Math paragraph that contains Office Math zones in Display mode.

public class OMathParagraph : ContentObject, IBrowsable<OMathParagraph>
Inheritance
object
OMathParagraph
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Justification

Gets or sets the justification of the Office Math paragraph.

The default value is specified by the Justification property.

public OMathJustification Justification { get; set; }

Property Value

OMathJustification

Next

Gets the next OMathParagraph in a collection.

public OMathParagraph Next { get; }

Property Value

OMathParagraph

Previous

Gets the previous OMathParagraph in a collection.

public OMathParagraph Previous { get; }

Property Value

OMathParagraph

Methods

AddComplexField(string, string)

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

public ComplexField AddComplexField(string code, string result)

Parameters

code string

The complex field code.

result string

The result text of the inserted field.

Returns

ComplexField

The added ComplexField.

AddComplexField(string)

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

public ComplexField AddComplexField(string code)

Parameters

code string

The complex field code.

Returns

ComplexField

The added ComplexField.

AddEndnote(string, char, string)

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

public Endnote AddEndnote(string text, char referenceCharacter, string referenceFontName)

Parameters

text string

The endnote text.

referenceCharacter char

The endnote reference symbol.

referenceFontName string

The endnote reference symbol font.

Returns

Endnote

The added Endnote.

AddEndnote(string, string)

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

public Endnote AddEndnote(string text, string reference)

Parameters

text string

The endnote text.

reference string

The endnote reference text.

Returns

Endnote

The added Endnote.

AddEndnote(string)

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

public Endnote AddEndnote(string text = null)

Parameters

text string

The endnote text.

Returns

Endnote

The added Endnote.

AddFootnote(string, char, string)

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

public Footnote AddFootnote(string text, char referenceCharacter, string referenceFontName)

Parameters

text string

The footnote text.

referenceCharacter char

The footnote reference symbol.

referenceFontName string

The footnote reference symbol font.

Returns

Footnote

The added Footnote.

AddFootnote(string, string)

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

public Footnote AddFootnote(string text, string reference)

Parameters

text string

The footnote text.

reference string

The footnote reference text.

Returns

Footnote

The added Footnote.

AddFootnote(string)

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

public Footnote AddFootnote(string text = null)

Parameters

text string

The footnote text.

Returns

Footnote

The added Footnote.

AddOMath()

Adds an OMath to the end of the Office Math paragraph.

public OMath AddOMath()

Returns

OMath

The added OMath.

AddOMath(OMathBuiltInEquation)

Adds an OMath to the end of the Office Math paragraph.

public OMath AddOMath(OMathBuiltInEquation equation)

Parameters

equation OMathBuiltInEquation

The built-in equation to fill the OMath.

Returns

OMath

The added OMath.

AddRun()

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

public Run AddRun()

Returns

Run

The added Run.

AddRun(Style)

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

public Run AddRun(Style style)

Parameters

style Style

The run character or linked paragraph style.

Returns

Run

The added Run.

AddRun(string, Style)

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

public Run AddRun(string text, Style style)

Parameters

text string

The text of the inserted Run

style Style

The run character or linked paragraph style.

Returns

Run

The added Run.

AddRun(string)

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

public Run AddRun(string text)

Parameters

text string

The text of the inserted Run

Returns

Run

The added Run.