Click or drag to resize

ParagraphCollection AddParagraphFromLatexMathCode Method

Add Paragraph From LatexMathCode.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextParagraph AddParagraphFromLatexMathCode(
	string latexMathCode
)

Parameters

latexMathCode
Type: System String
Latex Math Code.

Return Value

Type: TextParagraph
See Also