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
)
Public Function AddParagraphFromLatexMathCode (
latexMathCode As String
) As TextParagraph
public:
TextParagraph^ AddParagraphFromLatexMathCode(
String^ latexMathCode
)
member AddParagraphFromLatexMathCode :
latexMathCode : string -> TextParagraph
Parameters
-
latexMathCode
-
Type:
System
String
Latex Math Code.
Return Value
Type:
TextParagraph
See Also