TextParagraph
AppendFromLatexMathCode Method
|
Add TextRnage From LatexMathCode.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void AppendFromLatexMathCode(
string latexMathCode
)
Public Sub AppendFromLatexMathCode (
latexMathCode As String
)
public:
void AppendFromLatexMathCode(
String^ latexMathCode
)
member AppendFromLatexMathCode :
latexMathCode : string -> unit
Parameters
-
latexMathCode
-
Type:
System
String
latexMath Code
See Also