Click or drag to resize

ParagraphCollection AddTextRnageFromLatexMathCode Method

Creat Text Rnage math equation from latex math code.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextRange AddTextRnageFromLatexMathCode(
	string latexMathCode,
	TextParagraph textParagraph
)

Parameters

latexMathCode
Type: System String
latex math code.
textParagraph
Type: Spire.Presentation TextParagraph
Parent Paragraph.

Return Value

Type: TextRange
See Also